X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6991087b08355e652866e97d3a8211103864ed8f..2d55af1dfa7fd1cc2df13a6593fd51591cfcfcb1:/include/wx/x11/private.h diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index 955152cb34..6422308b63 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -80,9 +80,5 @@ extern Window wxGetWindowParent(Window window); 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_