]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
...fixing up a previous Unicode fix.
[wxWidgets.git] / src / gtk / app.cpp
index 2b96d6903305581d984629f02b4dbcc10959026d..f4e7a220a23ce7cbc8106ef516805203e7830dc4 100644 (file)
@@ -44,8 +44,6 @@
 // global data
 //-----------------------------------------------------------------------------
 
-extern wxCursor g_globalCursor;
-
 wxApp *wxTheApp = (wxApp *)  NULL;
 wxAppInitializerFunction wxApp::m_appInitFn = (wxAppInitializerFunction) NULL;
 
@@ -577,8 +575,6 @@ bool wxApp::Initialize()
 
     wxImage::InitStandardHandlers();
 
-    g_globalCursor = wxCursor(wxCURSOR_DEFAULT);
-
     wxModule::RegisterModules();
     if (!wxModule::InitializeModules()) return FALSE;