]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/framuniv.cpp
Delay checking for the requested sash position until the first
[wxWidgets.git] / src / univ / framuniv.cpp
index f246bd9f7bfdff75de7bda20fe338685a07ccfa1..1fa17e7a06cf49850d98820cf96bebd07cbd6540 100644 (file)
@@ -49,21 +49,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
 // ctors
 // ----------------------------------------------------------------------------
 
-wxFrame::wxFrame()
-{
-}
-
-wxFrame::wxFrame(wxWindow *parent,
-                 wxWindowID id,
-                 const wxString& title,
-                 const wxPoint& pos,
-                 const wxSize& size,
-                 long style,
-                 const wxString& name)
-{
-    Create(parent, id, title, pos, size, style, name);
-}
-
 bool wxFrame::Create(wxWindow *parent,
                 wxWindowID id,
                 const wxString& title,