removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,16 +60,6 @@ public:
|
||||
inline long GetStyle() const { return m_validatorStyle; }
|
||||
inline void SetStyle(long style) { m_validatorStyle = style; }
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
wxDEPRECATED( void SetIncludeList(const wxStringList& list) );
|
||||
wxDEPRECATED( wxStringList& GetIncludeList() );
|
||||
|
||||
wxDEPRECATED( void SetExcludeList(const wxStringList& list) );
|
||||
wxDEPRECATED( wxStringList& GetExcludeList() );
|
||||
|
||||
wxDEPRECATED( bool IsInCharIncludeList(const wxString& val) );
|
||||
wxDEPRECATED( bool IsNotInCharExcludeList(const wxString& val) );
|
||||
#endif
|
||||
|
||||
void SetIncludes(const wxArrayString& includes) { m_includes = includes; }
|
||||
inline wxArrayString& GetIncludes() { return m_includes; }
|
||||
@@ -89,10 +79,6 @@ DECLARE_EVENT_TABLE()
|
||||
protected:
|
||||
long m_validatorStyle;
|
||||
wxString * m_stringValue;
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
wxStringList m_includeList;
|
||||
wxStringList m_excludeList;
|
||||
#endif
|
||||
wxArrayString m_includes;
|
||||
wxArrayString m_excludes;
|
||||
|
||||
|
Reference in New Issue
Block a user