]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/checklst.cpp
Add some missing wx. prefixes
[wxWidgets.git] / src / univ / checklst.cpp
index e4f4547272f2b4d823579a3a858c0349f6dc67a5..8f3981f8c41f85598ebad1edaea0dab436df6392 100644 (file)
 #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()
 {
 }