X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1873279648582e6af46f9103460da50bf5e03b9..49751a58f046d7c37f1a4661ed4bb604d11ae38d:/src/unix/baseunix.cpp diff --git a/src/unix/baseunix.cpp b/src/unix/baseunix.cpp index b2dacab6dd..f675818f43 100644 --- a/src/unix/baseunix.cpp +++ b/src/unix/baseunix.cpp @@ -95,11 +95,4 @@ wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer) #endif // wxUSE_TIMER -#if wxUSE_CONSOLE_EVENTLOOP - -wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop() -{ - return new wxEventLoop(); -} - -#endif // wxUSE_CONSOLE_EVENTLOOP +// Note: wxConsoleAppTraits::CreateEventLoop() is defined in evtloopunix.cpp!