Fix WITH_HEADLESS build

This commit is contained in:
Campbell Barton 2019-05-22 10:34:34 +10:00
parent fa542237dd
commit 0f98c05c8b
Notes: blender-bot 2023-02-14 19:15:27 +01:00
Referenced by issue #64792, OBJ export fail on latest Blender 2.80 builds
Referenced by issue blender/blender-addons#64979, Weighted Normal - gLTF export
1 changed files with 6 additions and 0 deletions

View File

@ -1086,6 +1086,12 @@ static void free_iconfile_list(struct ListBase *list)
}
}
#else
void UI_icons_reload_internal_textures(void)
{
}
#endif /* WITH_HEADLESS */
int UI_iconfile_get_index(const char *filename)