]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
removing 10.4 code, adding webkit trick for showing dynamic tooltips
[wxWidgets.git] / src / os2 / spinctrl.cpp
index c9d8187d9444bd7a0adee11f200061757b401769..2771654ab0b9b349fa4e33c49901696894e46ee3 100644 (file)
@@ -40,8 +40,6 @@ extern void  wxAssociateWinWithHandle( HWND         hWnd
 static WXFARPROC fnWndProcSpinCtrl = (WXFARPROC)NULL;
 wxArraySpins                        wxSpinCtrl::m_svAllSpins;
 
-IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
-
 BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
     EVT_CHAR(wxSpinCtrl::OnChar)
     EVT_SPIN(wxID_ANY, wxSpinCtrl::OnSpinChange)