X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..58c7cd12b9035450e702d36dfdce63bfd008bcd0:/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 ; -} -