X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/853dcc57c6e5ba58e9e546c65ca4965256f3ac21..fbf618dff87a9e4a88d5be458cecc50309b30af3:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index c945aab081..1c9de3b9de 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -90,13 +90,6 @@ public: int GetCount() const; - // for compatibility only, don't use these methods in new code! -#if WXWIN_COMPATIBILITY_2_2 - wxDEPRECATED( int Number() const ); - wxDEPRECATED( wxString GetLabel(int n) const ); - wxDEPRECATED( void SetLabel( int item, const wxString& label ) ); -#endif // WXWIN_COMPATIBILITY_2_2 - // we have to override those to avoid virtual function name hiding virtual wxString GetLabel() const { return wxControl::GetLabel(); } virtual void SetLabel( const wxString& label );