]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/private.h
Implement GetSelectedHTML for the ie and gtk webkit backends and document.
[wxWidgets.git] / include / wx / x11 / private.h
index 955152cb3424aba1a5c9ca78086c9bec01fc2e5b..0e8f9c6e151fe3f8841afff30d649210241af578 100644 (file)
@@ -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_