X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..520e470fdd0daef09c77938db642e4583933c90d:/src/stubs/gauge.cpp diff --git a/src/stubs/gauge.cpp b/src/stubs/gauge.cpp index 8e11c5001b..a85fbc498f 100644 --- a/src/stubs/gauge.cpp +++ b/src/stubs/gauge.cpp @@ -93,13 +93,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 ; -} -