X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..4c30035625ce9c4980e52db808704b377af12041:/src/stubs/checklst.cpp diff --git a/src/stubs/checklst.cpp b/src/stubs/checklst.cpp index c7121e553d..18433b99d0 100644 --- a/src/stubs/checklst.cpp +++ b/src/stubs/checklst.cpp @@ -23,9 +23,7 @@ // implementation // ============================================================================ -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) -#endif // ---------------------------------------------------------------------------- // implementation of wxCheckListBox class @@ -34,8 +32,6 @@ // define event table // ------------------ BEGIN_EVENT_TABLE(wxCheckListBox, wxListBox) - EVT_CHAR(wxCheckListBox::OnChar) - EVT_LEFT_DOWN(wxCheckListBox::OnLeftClick) END_EVENT_TABLE() // control creation @@ -71,7 +67,6 @@ bool wxCheckListBox::IsChecked(uint uiIndex) const void wxCheckListBox::Check(uint uiIndex, bool bCheck) { // TODO - return FALSE; }