From: Vadim Zeitlin Date: Fri, 15 Feb 2013 12:40:22 +0000 (+0000) Subject: Remove wxRTTI macro for wxComboBox from Motif port. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2a45803fc3877afd0ae3ce356dfe216505165882?hp=35f6f71b19d8c2f714fa8600322470367cb7b4c6 Remove wxRTTI macro for wxComboBox from Motif port. This is now done in src/common/combocmn.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/combobox_native.cpp b/src/motif/combobox_native.cpp index 9fbb5241a2..4f22c841b4 100644 --- a/src/motif/combobox_native.cpp +++ b/src/motif/combobox_native.cpp @@ -67,8 +67,6 @@ static Widget GetXmText( const wxComboBox* cb ) void wxComboBoxCallback (Widget w, XtPointer clientData, XmComboBoxCallbackStruct * cbs); -IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) - bool wxComboBox::Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos,