]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Added missing includes for non-precompiled headers.
[wxWidgets.git] / src / common / init.cpp
index 527e5ca42debb46e8d4bacfe9b157c1879eefb78..2e4b571d1fec2b86141e9674f7f6b51c43f98f79 100644 (file)
@@ -49,7 +49,6 @@ class /* no WXDLLEXPORT */ wxConsoleApp : public wxApp
 {
 public:
     virtual int OnRun() { wxFAIL_MSG(wxT("unreachable")); return 0; }
-    virtual bool ProcessIdle() { return TRUE; }
 };
 
 // ----------------------------------------------------------------------------
@@ -111,7 +110,6 @@ bool WXDLLEXPORT wxInitialize()
         return FALSE;
     }
 
-    wxTheApp->CreateMessageOutput();
     gs_nInitCount++;
 
     return TRUE;