From 27657c99cce8e56f30c8cecc66d8f651e2ba03dd Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 13 Jan 2011 08:45:54 +0000 Subject: [PATCH] wxComboBox::GetClassInfo() should not be defined here git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/combobox.cpp | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.47.2