]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
inherit wx_error_mgr from jpeg_error_mgr instead of embedding the latter in the forme...
[wxWidgets.git] / src / x11 / evtloop.cpp
index 71dc27b0eb35b7e9250ddbf41798c424fda8d66c..eab9042841002696f901b3471fe326e8d5b77c4e 100644 (file)
@@ -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,