]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/gauge.cpp
SN: Added #pragma implementation needed by GCC - expect more to come
[wxWidgets.git] / src / stubs / gauge.cpp
index 8e11c5001b1257ae253d8320a10eafc8613a5556..98976d431104e6843e1100c95441c0b3fc08be7d 100644 (file)
@@ -15,9 +15,7 @@
 
 #include "wx/gauge.h"
 
 
 #include "wx/gauge.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-#endif
 
 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
            int range,
 
 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
            int range,
@@ -93,13 +91,3 @@ int wxGauge::GetValue() const
     return m_gaugePos;
 }
 
     return m_gaugePos;
 }
 
-void wxGauge::SetForegroundColour(const wxColour& col)
-{
-    m_foregroundColour = col ;
-}
-
-void wxGauge::SetBackgroundColour(const wxColour& col)
-{
-    m_backgroundColour = col ;
-}
-