]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 16:21:42 +0000 (16:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 16:21:42 +0000 (16:21 +0000)
The RTTI macros are now used in common code only and having them in wxUniv too
results in linker errors because of duplicate symbols. Just remove them to fix
this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/combobox.cpp
src/univ/stattext.cpp

index 2a23793d7ed04b163ab0c7e4d4237b5f25c9d1fe..d738b49f7cbc958a841d1dfc1f582cd108f495b8 100644 (file)
@@ -105,8 +105,6 @@ BEGIN_EVENT_TABLE(wxComboListBox, wxListBox)
     EVT_LEFT_UP(wxComboListBox::OnLeftUp)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS2(wxComboBox, wxControl, wxComboCtrl)
-
 // ============================================================================
 // implementation
 // ============================================================================
index 3fccad27643efa2376a18f8eea8adccaefbc1a3f..e4449268a9951607f9d0975ee7cbc9f30945ebd7 100644 (file)
@@ -39,8 +39,6 @@
 // implementation
 // ============================================================================
 
-IMPLEMENT_ABSTRACT_CLASS(wxStaticText, wxGenericStaticText)
-
 // ----------------------------------------------------------------------------
 // creation
 // ----------------------------------------------------------------------------