]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/combobox_native.cpp
Added control over whether size and position units can be changed, and also size...
[wxWidgets.git] / src / motif / combobox_native.cpp
index 9fbb5241a209021156ba7b5260d695cf70c5d016..4f22c841b4bd42c38f207d289cf9b215dc3ea12f 100644 (file)
@@ -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,