X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..e3f9e20cb15c62bd347a8e52d2d36529adbdb3d6:/src/univ/control.cpp diff --git a/src/univ/control.cpp b/src/univ/control.cpp index 9c7c0c7bfc..a719d491fa 100644 --- a/src/univ/control.cpp +++ b/src/univ/control.cpp @@ -55,24 +55,6 @@ WX_FORWARD_TO_INPUT_CONSUMER(wxControl) // 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;