]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/winuniv.cpp
added condition for DARWIN (thanks to Steve Hartwell)
[wxWidgets.git] / src / univ / winuniv.cpp
index ab3d6514b813b4c6a5c55b55d7672bb2ce594d8c..4de62140fcde70049e1d6941c4a3e54063871600 100644 (file)
@@ -101,22 +101,6 @@ END_EVENT_TABLE()
 // creation
 // ----------------------------------------------------------------------------
 
-wxWindow::wxWindow()
-{
-    Init();
-}
-
-wxWindow::wxWindow(wxWindow *parent,
-                   wxWindowID id,
-                   const wxPoint& pos,
-                   const wxSize& size,
-                   long style,
-                   const wxString& name)
-                   : wxWindowNative(parent, id, pos, size, style | wxCLIP_CHILDREN, name)
-{
-    Init();
-}
-
 void wxWindow::Init()
 {
     m_scrollbarVert =