]> git.saurik.com Git - wxWidgets.git/commitdiff
wxComboBox::GetClassInfo() should not be defined here
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 13 Jan 2011 08:45:54 +0000 (08:45 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 13 Jan 2011 08:45:54 +0000 (08:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/combobox.cpp

index 83dac29f7f70897d259716e8c147c7781dbd0711..65fcf3f7ac276276a2ac72f1e74f50e805ef8782 100644 (file)
@@ -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,