/////////////////////////////////////////////////////////////////////////////
-// Name: private.h
+// Name: wx/x11/private.h
// Purpose: Private declarations for X11 port
// Author: Julian Smart
// Modified by:
bool wxSetWMDecorations(Window w, long style);
bool wxMWMIsRunning(Window w);
-// Checks if any of our children are finished.
-// implemented in src/x11/utils.cpp
-void wxCheckForFinishedChildren();
-
#endif
// _WX_PRIVATE_H_