]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
xcode native target adaption
[wxWidgets.git] / src / msw / listbox.cpp
index 80b2bb0f6fa937f979941f903a92b9752e9bfba6..90cfac17792dd7f8e8982855ef1405f4e06fa97d 100644 (file)
@@ -155,19 +155,6 @@ wxListBox::wxListBox()
     m_selected = 0;
 }
 
-wxListBox::wxListBox(wxWindow *parent,
-                     wxWindowID id,
-                     const wxPoint& pos,
-                     const wxSize& size,
-                     int n, 
-                     const wxString choices[],
-                     long style,
-                     const wxValidator& validator,
-                     const wxString& name)
-{
-    Create(parent, id, pos, size, n, choices, style, validator, name);
-}
-
 bool wxListBox::Create(wxWindow *parent,
                        wxWindowID id,
                        const wxPoint& pos,