Remove wxRTTI macros from wxSpinCtrlGTKBase.
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
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user