]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.
[wxWidgets.git] / include / wx / app.h
index 5c31889fc109741b98bc66f46479e95c426604ff..887ddbdaad9a38ba495f24122d998afe47402d6e 100644 (file)
@@ -92,7 +92,7 @@ public:
     // class OnInit() to do it.
     virtual bool OnInit();
 
-    // this is here only temproary hopefully (FIXME)
+    // this is here only temporary hopefully (FIXME)
     virtual bool OnInitGui() { return true; }
 
     // This is the replacement for the normal main(): all program work should
@@ -622,11 +622,7 @@ public:
 
 // port-specific header could have defined it already in some special wau
 #ifndef IMPLEMENT_WXWIN_MAIN
-    #if !wxUSE_GUI
-        #define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE
-    #else // wxUSE_GUI
-        #define IMPLEMENT_WXWIN_MAIN
-    #endif
+    #define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE
 #endif // defined(IMPLEMENT_WXWIN_MAIN)
 
 #ifdef __WXUNIVERSAL__