]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
new dependency tracking from bakefile cvs
[wxWidgets.git] / src / os2 / app.cpp
index b9e0318b166c52afc43e23f13c9a4d673366693f..5db7a6bcfcbebf9d842d2f9ad9e7b96a08537adb 100644 (file)
@@ -94,7 +94,6 @@ extern wxCursor*                    g_globalCursor;
 
 HAB                                 vHabmain = NULLHANDLE;
 QMSG                                svCurrentMsg;
-wxApp*                              wxTheApp = NULL;
 
 
 HICON wxSTD_FRAME_ICON          = (HICON) NULL;
@@ -662,11 +661,6 @@ bool wxApp::OnInitGui()
     return TRUE;
 } // end of wxApp::OnInitGui
 
-//
-// Static member initialization
-//
-wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NULL;
-
 wxApp::wxApp()
 {
     m_topWindow = NULL;