X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..aa21388719bc324227895bd2f1328d533dc130e2:/src/stubs/gauge.cpp diff --git a/src/stubs/gauge.cpp b/src/stubs/gauge.cpp index 8e11c5001b..98976d4311 100644 --- a/src/stubs/gauge.cpp +++ b/src/stubs/gauge.cpp @@ -15,9 +15,7 @@ #include "wx/gauge.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) -#endif bool wxGauge::Create(wxWindow *parent, wxWindowID id, int range, @@ -93,13 +91,3 @@ int wxGauge::GetValue() const return m_gaugePos; } -void wxGauge::SetForegroundColour(const wxColour& col) -{ - m_foregroundColour = col ; -} - -void wxGauge::SetBackgroundColour(const wxColour& col) -{ - m_backgroundColour = col ; -} -