]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wx{File,Dir}PickerCtrl::CheckPath() declaration.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:11:53 +0000 (01:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:11:53 +0000 (01:11 +0000)
This function wasn't defined, so don't declare it neither.

This should have been part of r72475.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filepicker.h

index 7d1ebc87624299c2890ce311fb45c0dfc187ddc7..fdc19f50c35a0ce933c7eb0ae42f36b40cd371bb 100644 (file)
@@ -267,9 +267,6 @@ public:
 
 public:     // overrides
 
-    // return true if the given path is valid for this control
-    bool CheckPath(const wxString& path) const;
-
     // return the text control value in canonical form
     wxString GetTextCtrlValue() const;
 
@@ -371,8 +368,6 @@ public:
 
 public:     // overrides
 
-    bool CheckPath(const wxString &path) const;
-
     wxString GetTextCtrlValue() const;
 
     bool IsCwdToUpdate() const