]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/baseunix.cpp
remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit...
[wxWidgets.git] / src / unix / baseunix.cpp
index fb2bdf58baff086f17d24c8e726e8913ed584ee5..01d4281e9d278650afb4ad67a6f0cbe188b5763b 100644 (file)
 #include "wx/apptrait.h"
 #include "wx/unix/execute.h"
 #include "wx/evtloop.h"
+#include "wx/gsocket.h"
 
-#if wxUSE_TIMER
-    #include "wx/unix/private/timer.h"
-#endif // wxUSE_TIMER
+#include "wx/unix/private/timer.h"
 
 // for waitpid()
 #include <sys/types.h>
@@ -97,8 +96,4 @@ wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer)
 
 #endif // wxUSE_TIMER
 
-wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
-{
-    return new wxEventLoop();
-}
-
+//  Note: wxConsoleAppTraits::CreateEventLoop() is defined in evtloopunix.cpp!