X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..e9b964cfe591532f21c31204032357899cc2cbad:/src/msw/radiobox.cpp diff --git a/src/msw/radiobox.cpp b/src/msw/radiobox.cpp index b5ccacd1e3..58d056fa61 100644 --- a/src/msw/radiobox.cpp +++ b/src/msw/radiobox.cpp @@ -251,22 +251,6 @@ wxRadioBox::wxRadioBox() m_radioHeight = NULL; } -wxRadioBox::wxRadioBox(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - int n, - const wxString choices[], - int majorDim, - long style, - const wxValidator& val, - const wxString& name) -{ - (void)Create(parent, id, title, pos, size, n, choices, majorDim, - style, val, name); -} - bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,