projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use scoped ptrs to managed wxAnyValueType instances. This fixes deallocation issues...
[wxWidgets.git]
/
include
/
wx
/
x11
/
private.h
diff --git
a/include/wx/x11/private.h
b/include/wx/x11/private.h
index 955152cb3424aba1a5c9ca78086c9bec01fc2e5b..6422308b6381b59e621344ae3423725e85446960 100644
(file)
--- 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_