wxLocale::InitLanguagesDB() doesn't use wxStringTokenizer, remove it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2010-04-24 07:06:38 +00:00
parent ea14492351
commit a9da8ef41c
2 changed files with 0 additions and 2 deletions

View File

@@ -115,7 +115,6 @@ def WriteTable(f, table):
void wxLocale::InitLanguagesDB() void wxLocale::InitLanguagesDB()
{ {
wxLanguageInfo info; wxLanguageInfo info;
wxStringTokenizer tkn;
%s %s
} }

View File

@@ -545,7 +545,6 @@
void wxLocale::InitLanguagesDB() void wxLocale::InitLanguagesDB()
{ {
wxLanguageInfo info; wxLanguageInfo info;
wxStringTokenizer tkn;
LNG(wxLANGUAGE_ABKHAZIAN, "ab" , 0 , 0 , wxLayout_LeftToRight, "Abkhazian") LNG(wxLANGUAGE_ABKHAZIAN, "ab" , 0 , 0 , wxLayout_LeftToRight, "Abkhazian")
LNG(wxLANGUAGE_AFAR, "aa" , 0 , 0 , wxLayout_LeftToRight, "Afar") LNG(wxLANGUAGE_AFAR, "aa" , 0 , 0 , wxLayout_LeftToRight, "Afar")