]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/radiobox.cpp
Applied patch #886192: "Minor fix to XRC contrib"; Minor cosmetic cleanups.
[wxWidgets.git] / src / univ / radiobox.cpp
index 47b7c1a3991ff34bc45b97a79c5199ceffb3d3c0..c758abf74bae56eb5703cde99aa240051ed55315 100644 (file)
@@ -95,28 +95,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
 // wxRadioBox creation
 // ----------------------------------------------------------------------------
 
-wxRadioBox::wxRadioBox()
-{
-    Init();
-}
-
-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)
-{
-    Init();
-
-    (void)Create(parent, id, title, pos, size, n, choices, majorDim, style, val, name);
-}
-
 void wxRadioBox::Init()
 {
     m_selection = -1;