]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filepicker.h
Add support for wxAuiNotebook to XRC.
[wxWidgets.git] / include / wx / filepicker.h
index 7445ff6c89063890806dfe24421f56f40f1f3ef3..7d1ebc87624299c2890ce311fb45c0dfc187ddc7 100644 (file)
@@ -183,11 +183,6 @@ public:        // internal functions
     // event handler for our picker
     void OnFileDirChange(wxFileDirPickerEvent &);
 
-    // Returns TRUE if the current path is a valid one
-    // (i.e. a valid file for a wxFilePickerWidget or a valid
-    //  folder for a wxDirPickerWidget).
-    virtual bool CheckPath(const wxString &str) const = 0;
-
     // TRUE if any textctrl change should update the current working directory
     virtual bool IsCwdToUpdate() const = 0;