Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-06-29 10:12:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-29 10:12:48 +0300
commitc7eb5eeaa9d28afd9513e9cbda789ab2b71bfba1 (patch)
treeafe9d56947aa0d0c3a87a59e3c540ea2ca26d37f
parente6d947f037d341fc1f84fb422b2cada8bd6f5d0a (diff)
Cleanup: warning
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index ac1e31aa358..d8dcbf1afd0 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -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