]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unneeded call to wxGetRootWindow, so that window creation is delayed as much...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 15:06:47 +0000 (15:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 15:06:47 +0000 (15:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/app.cpp
src/gtk1/app.cpp

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