From 87364bb8f64dcd8eda0c2ed405404e21f2936609 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 Mar 2013 01:11:53 +0000 Subject: [PATCH] Remove wx{File,Dir}PickerCtrl::CheckPath() declaration. 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wx/filepicker.h b/include/wx/filepicker.h index 7d1ebc8762..fdc19f50c3 100644 --- a/include/wx/filepicker.h +++ b/include/wx/filepicker.h @@ -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 -- 2.45.2