removed unneeded call to wxGetRootWindow, so that window creation is delayed as much as possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-12 15:06:47 +00:00
parent 69b69d5ad9
commit c720661949
2 changed files with 0 additions and 4 deletions

View File

@@ -645,8 +645,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif #endif
wxGetRootWindow();
return true; return true;
} }

View File

@@ -645,8 +645,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif #endif
wxGetRootWindow();
return true; return true;
} }