#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!