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>2020-04-08 03:24:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-08 03:24:33 +0300
commit161c13e12be0c968808612010268e81c88327f65 (patch)
tree3c5668481be5122c9ab6ac0ccd420b059d9b03b7 /source/blender/blentranslation
parent1ee3def5d39f6d17ca7bb2dc74c5499f92eec739 (diff)
Fix building without translations enabled
Diffstat (limited to 'source/blender/blentranslation')
-rw-r--r--source/blender/blentranslation/BLT_translation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blentranslation/BLT_translation.h b/source/blender/blentranslation/BLT_translation.h
index 01e32c3f71a..74c46b1cf3e 100644
--- a/source/blender/blentranslation/BLT_translation.h
+++ b/source/blender/blentranslation/BLT_translation.h
@@ -32,10 +32,6 @@
extern "C" {
#endif
-/* Locale Ids. Auto will try to get local from OS. Our default is English though. */
-#define ULANGUAGE_AUTO 0
-#define ULANGUAGE_ENGLISH 1
-
bool BLT_is_default_context(const char *msgctxt);
const char *BLT_pgettext(const char *msgctxt, const char *msgid);