]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Makefiles without dependencies
[wxWidgets.git] / src / gtk / app.cpp
index 7f95b4c3ac67a1dae4cccd6149a5e6c3d4383062..f4e7a220a23ce7cbc8106ef516805203e7830dc4 100644 (file)
@@ -575,9 +575,6 @@ bool wxApp::Initialize()
 
     wxImage::InitStandardHandlers();
 
-    /* no global cursor under X
-       g_globalCursor = new wxCursor; */
-
     wxModule::RegisterModules();
     if (!wxModule::InitializeModules()) return FALSE;
 
@@ -662,7 +659,7 @@ int wxEntry( int argc, char *argv[] )
 {
     gtk_set_locale();
 
-    if (!wxOKlibc()) wxConv_current = &wxConv_local;
+    if (!wxOKlibc()) wxConvCurrent = &wxConvLocal;
 
     gtk_init( &argc, &argv );