X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/318c5e9fa54678ecf284966814ca6414aea8ed04..e570a44b372cf56526c128eab646615fa59520fc:/contrib/include/wx/deprecated/propform.h diff --git a/contrib/include/wx/deprecated/propform.h b/contrib/include/wx/deprecated/propform.h index ea206cb0bc..21a06030d7 100644 --- a/contrib/include/wx/deprecated/propform.h +++ b/contrib/include/wx/deprecated/propform.h @@ -12,10 +12,6 @@ #ifndef _WX_PROPFORM_H_ #define _WX_PROPFORM_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "propform.h" -#endif - #include "wx/deprecated/setup.h" #if wxUSE_PROPSHEET @@ -149,12 +145,6 @@ class WXDLLIMPEXP_DEPRECATED wxPropertyFormValidator: public wxPropertyValidator virtual void OnCommand( wxProperty *WXUNUSED(property), wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow), wxCommandEvent& WXUNUSED(event) ) {} private: -// Virtual function hiding suppression -#if WXWIN_COMPATIBILITY_2 - virtual void OnCommand(wxWindow& win, - wxCommandEvent& event) - { wxEvtHandler::OnCommand(win, event); } -#endif }; /*