]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/gauge.cpp
Typos fixed.
[wxWidgets.git] / src / stubs / gauge.cpp
index 8e11c5001b1257ae253d8320a10eafc8613a5556..a85fbc498ffacbc22cc601acc40b6835be0ffb0a 100644 (file)
@@ -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 ;
-}
-