X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a90d7985c784b47ec2bc5b737b890b370dc9c78..e2d313d19d6f8a7f29fc73cfef8c1dc1433cdf5b:/src/motif/combobox.cpp diff --git a/src/motif/combobox.cpp b/src/motif/combobox.cpp index 83dac29f7f..65fcf3f7ac 100644 --- a/src/motif/combobox.cpp +++ b/src/motif/combobox.cpp @@ -38,8 +38,6 @@ void wxComboBoxCallback (Widget w, XtPointer clientData, XmComboBoxSelectionCallbackStruct * cbs); -IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) - bool wxComboBox::Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos,