]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/baseunix.cpp
implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample
[wxWidgets.git] / src / unix / baseunix.cpp
index b2dacab6dd8dcf89e89f5a0f5b900a3a76b97178..01d4281e9d278650afb4ad67a6f0cbe188b5763b 100644 (file)
@@ -33,6 +33,7 @@
 #include "wx/apptrait.h"
 #include "wx/unix/execute.h"
 #include "wx/evtloop.h"
+#include "wx/gsocket.h"
 
 #include "wx/unix/private/timer.h"
 
@@ -95,11 +96,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!