]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/choice.cpp
Correct more wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / src / motif / choice.cpp
index 10f3c3fcccf6c2ebb94c6b14b8df43139992d97f..32ae77bab493b67eb052581867ce1d9afa236792 100644 (file)
@@ -38,8 +38,6 @@
 #define WIDTH_OVERHEAD_SUBTRACT 40
 #define HEIGHT_OVERHEAD 15
 
-IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControlWithItems)
-
 void wxChoiceCallback (Widget w, XtPointer clientData,
                        XtPointer ptr);