X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8193abb6dcb43af52732feb036bc96b5423ae2d9..13e245c82a155816885812857c06fff8c88fdb80:/src/x11/evtloop.cpp?ds=sidebyside diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index 71dc27b0eb..eab9042841 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -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,