]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
panther adjustements in size
[wxWidgets.git] / src / msw / toplevel.cpp
index 760362ee3d835ff4521ce15befdda9dc575175e7..2376e815e60e42068218b739716bdbd1445c2a51 100644 (file)
@@ -134,24 +134,6 @@ END_EVENT_TABLE()
 // wxTopLevelWindowMSW creation
 // ----------------------------------------------------------------------------
 
-wxTopLevelWindowMSW::wxTopLevelWindowMSW()
-{
-    Init();
-}
-
-wxTopLevelWindowMSW::wxTopLevelWindowMSW(wxWindow *parent,
-                                         wxWindowID id,
-                                         const wxString& title,
-                                         const wxPoint& pos,
-                                         const wxSize& size,
-                                         long style,
-                                         const wxString& name)
-{
-    Init();
-
-    (void)Create(parent, id, title, pos, size, style, name);
-}
-
 void wxTopLevelWindowMSW::Init()
 {
     m_iconized =