X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6646ca90e801375fa3ce36206e02f76f202e13c6..df08bf5ab3a0eb24d53b2c002f473799c5622bbb:/include/wx/generic/srchctlg.h diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index d9f42af826..bf8fef4d32 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -60,11 +60,9 @@ public: virtual void ShowCancelButton( bool show ); virtual bool IsCancelButtonVisible() const; -#if wxABI_VERSION >= 20802 // TODO: In 2.9 these should probably be virtual, and declared in the base class... void SetDescriptiveText(const wxString& text); wxString GetDescriptiveText() const; -#endif // accessors // ---------