]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc2.i
changes to match recent CVS updates
[wxWidgets.git] / wxPython / src / misc2.i
index 6cdc0f4b7f9e2966269f31ffa8e5c005825ac7b0..59ad1076ada237779e47df499b56fb849fc00776 100644 (file)
@@ -162,9 +162,6 @@ void wxSetCursor(wxCursor& cursor);
 //----------------------------------------------------------------------
 // Miscellaneous functions
 
-wxWindow * wxFindWindowByLabel(const wxString& label, wxWindow *parent=NULL);
-wxWindow * wxFindWindowByName(const wxString& name, wxWindow *parent=NULL);
-
 void wxBeginBusyCursor(wxCursor *cursor = wxHOURGLASS_CURSOR);
 wxWindow * wxGetActiveWindow();