Fix WITH_HEADLESS build

This commit is contained in:
Campbell Barton
2019-05-22 10:34:34 +10:00
parent fa542237dd
commit 0f98c05c8b

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)