]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/control.cpp
concentrating content and structure region calculations
[wxWidgets.git] / src / univ / control.cpp
index 9c7c0c7bfc6d128e817a8d1424cf073acb236c15..a719d491fa3ad7c43a34c5c237b764f8f4e78b68 100644 (file)
@@ -55,24 +55,6 @@ WX_FORWARD_TO_INPUT_CONSUMER(wxControl)
 // creation
 // ----------------------------------------------------------------------------
 
 // creation
 // ----------------------------------------------------------------------------
 
-wxControl::wxControl()
-{
-    Init();
-}
-
-wxControl::wxControl(wxWindow *parent,
-                     wxWindowID id,
-                     const wxPoint& pos,
-                     const wxSize& size,
-                     long style,
-                     const wxValidator& validator,
-                     const wxString& name)
-{
-    Init();
-
-    Create(parent, id, pos, size, style, validator, name);
-}
-
 void wxControl::Init()
 {
     m_indexAccel = -1;
 void wxControl::Init()
 {
     m_indexAccel = -1;