X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ee96a251c9556d4d410a860c211a56834f18c7f..0c09451870888f9c774f86d9a34ac348d41d2da9:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 663e7ea670..fd408ab0d9 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -320,17 +320,6 @@ wxAppConsole::HandleEvent(wxEvtHandler *handler, (handler->*func)(event); } -bool -wxAppConsole::OnExceptionInMainLoop() -{ - throw; - - // some compilers are too stupid to know that we never return after throw -#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200) - return false; -#endif -} - #endif // wxUSE_EXCEPTIONS // ----------------------------------------------------------------------------