]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wxRTTI macros from wxSpinCtrlGTKBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:23:26 +0000 (20:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:23:26 +0000 (20:23 +0000)
This is not a public class and it doesn't need to be appear in wxRTTI.

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

include/wx/gtk/spinctrl.h
src/gtk/spinctrl.cpp

index 15d663785c4b2df7a94334748e61a48ec7725568..f57976df81ae300e3b93ac31142125f18f20c858 100644 (file)
@@ -79,7 +79,6 @@ protected:
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
 
-    DECLARE_DYNAMIC_CLASS(wxSpinCtrlGTKBase)
     DECLARE_EVENT_TABLE()
 };
 
index e2c07c0b74f737ffc71b0d4134cc5e92cfa63602..205cbc61a9e7f37f3f3e96a09363c8c31549703f 100644 (file)
@@ -84,8 +84,6 @@ gtk_changed(GtkSpinButton* spinbutton, wxSpinCtrl* win)
 // wxSpinCtrlGTKBase
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrlGTKBase, wxSpinCtrlBase)
-
 BEGIN_EVENT_TABLE(wxSpinCtrlGTKBase, wxSpinCtrlBase)
     EVT_CHAR(wxSpinCtrlGTKBase::OnChar)
 END_EVENT_TABLE()