]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Wrappers for *ToText
[wxWidgets.git] / src / gtk / app.cpp
index 31c0075cd62df20f2079756252f72469c1e34335..17b4f900b7c29e4a252c279d49e154488717bf35 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -645,8 +645,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
 #endif
 
-    wxGetRootWindow();
-
     return true;
 }