]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checkbox.cpp
Get rid of this file
[wxWidgets.git] / src / motif / checkbox.cpp
index cd2b57c5b8ebb814e9dee1a03b47f286983bd377..edd27d1c2b84566d9f998eff2e0236494911d519 100644 (file)
@@ -70,7 +70,6 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
 
     XmToggleButtonSetState ((Widget) m_mainWidget, FALSE, TRUE);
 
-    SetCanAddEventHandler(TRUE);
     AttachWidget( parent, m_mainWidget, (WXWidget)NULL,
                   pos.x, pos.y, size.x, size.y );