]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/baseunix.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / unix / baseunix.cpp
index 9773a110a5be2c6a9f3075e0cebebba226d342f0..f675818f4327fd7b5023e268aa73ae7f4eb0263c 100644 (file)
@@ -95,8 +95,4 @@ wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer)
 
 #endif // wxUSE_TIMER
 
-wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
-{
-    return new wxEventLoop();
-}
-
+//  Note: wxConsoleAppTraits::CreateEventLoop() is defined in evtloopunix.cpp!