]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
reverted Chris' MSW additions patch (we should use IPC, not Windows-only functions...
[wxWidgets.git] / src / motif / spinbutt.cpp
index 1c763d4603077ce1b680b5fc4adfaa36fbac526c..112d3e0631444d3d55bbbce3bc81e8c342e81416 100644 (file)
@@ -10,8 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "spinbutt.h"
-#pragma implementation "spinctlg.h"
+    #pragma implementation "spinbutt.h"
 #endif
 
 #include "wx/spinbutt.h"
@@ -20,7 +19,6 @@
 // put wxSpinCtrl here too because it doesn't have a separate file for it in
 // wxMotif (yet)
 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),