X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcd3832a828d146855028f75379749a4569d3318..5a98fd8de061e3dfcbad732e44ee33017493672f:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index 28b3b7e52c..7cce82931a 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -243,14 +243,6 @@ wxApp::~wxApp() #endif } -bool wxApp::Initialized() -{ - if (GetTopWindow()) - return TRUE; - else - return FALSE; -} - #if !wxUSE_NANOX //----------------------------------------------------------------------- // X11 predicate function for exposure compression @@ -650,6 +642,7 @@ bool wxApp::ProcessXEvent(WXEvent* _event) default: //wxString eventName = wxGetXEventName(XEvent& event); //wxLogDebug(wxT("Event %s not handled"), eventName.c_str()); + break; #endif // __WXDEBUG__ }