X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6991087b08355e652866e97d3a8211103864ed8f..cd0f218cdd3114dc6770bc9f6703225aabb5a2de:/include/wx/x11/private.h?ds=sidebyside diff --git a/include/wx/x11/private.h b/include/wx/x11/private.h index 955152cb34..0e8f9c6e15 100644 --- a/include/wx/x11/private.h +++ b/include/wx/x11/private.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: private.h +// Name: wx/x11/private.h // Purpose: Private declarations for X11 port // Author: Julian Smart // Modified by: @@ -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_