X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..cc4d5638c66a409e421420ed7110917755a66788:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index dba66974cb..da6f2948ef 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -324,12 +324,8 @@ int wxAppConsoleBase::MainLoop() { wxEventLoopBaseTiedPtr mainLoop(&m_mainLoop, CreateMainLoop()); -#if defined(__WXOSX__) && wxOSX_USE_COCOA_OR_IPHONE - // OnLaunched called from native app controller -#else if (wxTheApp) wxTheApp->OnLaunched(); -#endif return m_mainLoop ? m_mainLoop->Run() : -1; }