]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checklst.cpp
Correctly align background brush when erasing owner drawn bitmaps in wxMSW.
[wxWidgets.git] / src / gtk / checklst.cpp
index 43ca4f09e327c0076672bbe9ab144918e75e8f6a..a75aebf608ef942e4e12dea3f0be8ebe25e4ac62 100644 (file)
@@ -46,8 +46,6 @@ static void gtk_checklist_toggled(GtkCellRendererToggle * WXUNUSED(renderer),
 // wxCheckListBox
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox,wxListBox)
-
 wxCheckListBox::wxCheckListBox() : wxListBox()
 {
     m_hasCheckBoxes = true;