X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..2461468b51c022278cc52ba7fd274f3bfedef7e8:/src/univ/checklst.cpp diff --git a/src/univ/checklst.cpp b/src/univ/checklst.cpp index e4f4547272..8f3981f8c4 100644 --- a/src/univ/checklst.cpp +++ b/src/univ/checklst.cpp @@ -41,14 +41,6 @@ #include "wx/univ/inphand.h" #include "wx/univ/theme.h" -// ============================================================================ -// implementation of wxCheckListBoxBase -// ============================================================================ - -wxCheckListBoxBase::wxCheckListBoxBase() -{ -} - // ============================================================================ // implementation of wxCheckListBox // ============================================================================ @@ -59,26 +51,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) // creation // ---------------------------------------------------------------------------- -wxCheckListBox::wxCheckListBox() -{ - Init(); -} - -wxCheckListBox::wxCheckListBox(wxWindow *parent, - wxWindowID id, - const wxPoint& pos, - const wxSize& size, - int nStrings, - const wxString *choices, - long style, - const wxValidator& validator, - const wxString& name) -{ - Init(); - - Create(parent, id, pos, size, nStrings, choices, style, validator, name); -} - void wxCheckListBox::Init() { }