Cleanup: warning

This commit is contained in:
Campbell Barton 2016-06-29 17:12:22 +10:00
parent e6d947f037
commit c7eb5eeaa9
1 changed files with 2 additions and 0 deletions

View File

@ -94,10 +94,12 @@ EnumPropertyItem rna_enum_navigation_mode_items[] = {
{0, NULL, 0, NULL, NULL}
};
#if defined(WITH_INTERNATIONAL) || !defined(RNA_RUNTIME)
static EnumPropertyItem rna_enum_language_default_items[] = {
{0, "DEFAULT", 0, "Default (Default)", ""},
{0, NULL, 0, NULL, NULL}
};
#endif
#ifdef RNA_RUNTIME