]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
Don't infinitely recurse when setting the child focus. Without
[wxWidgets.git] / include / wx / protocol / ftp.h
index e52f2d2e14952a9bcdd1d22ad54d4c90594b62dc..4fee213c9ac6461df4265d2a143700ed8657aa57 100644 (file)
@@ -120,11 +120,6 @@ public:
                  const wxString& wildcard = wxEmptyString,
                  bool details = FALSE);
 
-#if WXWIN_COMPATIBILITY_2
-    // deprecated
-    wxList *GetList(const wxString& wildcard, bool details = FALSE);
-#endif // WXWIN_COMPATIBILITY_2
-
 protected:
     // this executes a simple ftp command with the given argument and returns
     // TRUE if it its return code starts with '2'