]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/listbox.h
Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland
[wxWidgets.git] / include / wx / univ / listbox.h
index b5c6cc2c21d42b26ae007bd06c36f0a158c3f16c..06df165a0103bd05c093122540a64c83b694198a 100644 (file)
@@ -56,7 +56,7 @@ class WXDLLEXPORT wxListBox : public wxListBoxBase, public wxScrollHelper
 {
 public:
     // ctors and such
-    wxListBox() { Init(); }
+    wxListBox();
     wxListBox(wxWindow *parent,
               wxWindowID id,
               const wxPoint& pos = wxDefaultPosition,
@@ -64,12 +64,7 @@ public:
               int n = 0, const wxString choices[] = (const wxString *) NULL,
               long style = 0,
               const wxValidator& validator = wxDefaultValidator,
-              const wxString& name = wxListBoxNameStr )
-    {
-        Init();
-
-        Create(parent, id, pos, size, n, choices, style, validator, name);
-    }
+              const wxString& name = wxListBoxNameStr );
 
     virtual ~wxListBox();