X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a90d7985c784b47ec2bc5b737b890b370dc9c78..13b4df952c77383f50696e51fcbaa2d8bbd3b3b9:/src/motif/combobox.cpp?ds=sidebyside 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,