diff options
author | Eike Rathke <erack@redhat.com> | 2013-04-03 21:16:01 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-03 21:19:25 +0200 |
commit | 1fa455b396c8d0ae1686f2f9e4c0ee04f503081f (patch) | |
tree | 0e92094fb2436f33fbe32f560ecd1f77f51c3029 /i18npool | |
parent | ef291d99fb706675607acdc80f1fd05e952f0a34 (diff) |
ditch unused LANGUAGE_USER[1-9]
Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index b761fff8aed3..e3643fc1cf15 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -375,18 +375,6 @@ typedef unsigned short LanguageType; #define LANGUAGE_YORUBA 0x046A #define LANGUAGE_ZULU 0x0435 -/* Not real, but used for legacy. */ -#define LANGUAGE_USER1 0x0201 -#define LANGUAGE_USER2 0x0202 -#define LANGUAGE_USER3 0x0203 -#define LANGUAGE_USER4 0x0204 -#define LANGUAGE_USER5 0x0205 -#define LANGUAGE_USER6 0x0206 -#define LANGUAGE_USER7 0x0207 -#define LANGUAGE_USER8 0x0208 -#define LANGUAGE_USER9 0x0209 -/* Don't use higher USER values here, we reserve them for extension. */ - /*! use only for import/export of MS documents, number formatter maps it to *! LANGUAGE_SYSTEM and then to effective system language */ #define LANGUAGE_SYSTEM_DEFAULT 0x0800 |