Index: third_party/hunspell_new/src/hunspell/langnum.hxx |
diff --git a/third_party/hunspell_new/src/hunspell/langnum.hxx b/third_party/hunspell_new/src/hunspell/langnum.hxx |
deleted file mode 100644 |
index 1d140a701b4be19fc4f3d0b551615b8a7e2d5235..0000000000000000000000000000000000000000 |
--- a/third_party/hunspell_new/src/hunspell/langnum.hxx |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-#ifndef _LANGNUM_HXX_ |
-#define _LANGNUM_HXX_ |
- |
-/* |
- language numbers for language specific codes |
- see http://l10n.openoffice.org/languages.html |
-*/ |
- |
-enum { |
-LANG_ar=96, |
-LANG_az=100, // custom number |
-LANG_bg=41, |
-LANG_ca=37, |
-LANG_cs=42, |
-LANG_da=45, |
-LANG_de=49, |
-LANG_el=30, |
-LANG_en=01, |
-LANG_es=34, |
-LANG_eu=10, |
-LANG_fr=02, |
-LANG_gl=38, |
-LANG_hr=78, |
-LANG_hu=36, |
-LANG_it=39, |
-LANG_la=99, // custom number |
-LANG_lv=101, // custom number |
-LANG_nl=31, |
-LANG_pl=48, |
-LANG_pt=03, |
-LANG_ru=07, |
-LANG_sv=50, |
-LANG_tr=90, |
-LANG_uk=80, |
-LANG_xx=999 |
-}; |
- |
-#endif |