]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
make cast from double to long explicit to suppress gcc warning (part of patch 1962992)
[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,