X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..a685a06c96085e01d0b38432eac2ec0b887c2dcb:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 47f7426051..9f396fdd9c 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -42,13 +42,6 @@ public: // all generic methods are in wxControlWithItems - // single selection logic - virtual void SetSelection(int n) = 0; - virtual bool SetStringSelection(const wxString& s); - - // don't override this - virtual void Select(int n) { SetSelection(n); } - // set/get the number of columns in the control (as they're not supported on // most platforms, they do nothing by default) virtual void SetColumns(int WXUNUSED(n) = 1 ) { }