]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/slider.cpp
cleanup - reformatting (again)
[wxWidgets.git] / src / mac / classic / slider.cpp
index 45aeee3c8af5aa3f12c6c5abcace28cebfdbbf09..57d74bc8c485d2e9aef2c7a49566655679446ff9 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "slider.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_SLIDER
 #include "wx/slider.h"
 #include "wx/mac/uma.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxSlider, wxControl)
 
 BEGIN_EVENT_TABLE(wxSlider, wxControl)
 END_EVENT_TABLE()
-#endif
 
  // The dimensions of the different styles of sliders (From Aqua document)
 #define wxSLIDER_DIMENSIONACROSS 15