X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4eba3923cc427b9e72d71dd33f2b3f7ae203b349..5a2c086adf6d7c6bba22fcbd57b0958fdc5723a0:/src/x11/evtloop.cpp?ds=inline diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index ff45dd3a71..eab9042841 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -32,13 +32,13 @@ #include "wx/private/fdiodispatcher.h" #include "wx/unix/private.h" #include "wx/x11/private.h" -#include "X11/Xlib.h" #include "wx/generic/private/timer.h" #if wxUSE_THREADS #include "wx/thread.h" #endif +#include #include #include @@ -190,9 +190,6 @@ bool wxGUIEventLoop::Dispatch() { XEvent event; - // Start off by checking if any of our child processes have finished. - wxCheckForFinishedChildren(); - // TODO allowing for threads, as per e.g. wxMSW // This now waits until either an X event is received,