From: Vadim Zeitlin Date: Mon, 2 Mar 2009 14:49:55 +0000 (+0000) Subject: remove SetValue() which is not needed and which definition was removed by the previou... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed17f32923a02c0e4d895c0c61c2985e7d90e550 remove SetValue() which is not needed and which definition was removed by the previous change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index d71fdcc3ae..202abb9d5b 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -202,7 +202,6 @@ public: protected: virtual void DoSetValue(const wxString& value, int flags); virtual wxString DoGetValue() const; - virtual void SetValue(const wxString& value); virtual bool DoLoadFile(const wxString& file, int fileType); virtual bool DoSaveFile(const wxString& file, int fileType);