]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slider95.cpp
Backed-out PNG8 patch (no time to look at why
[wxWidgets.git] / src / msw / slider95.cpp
index 4187123630beb5b457efb5adef6683f749bc04a3..b6c68e1628cb4f4f22e9b859882c88ef2d02e34c 100644 (file)
@@ -722,20 +722,6 @@ void wxSlider95::SetRange(int minValue, int maxValue)
     }
 }
 
-WXHBRUSH wxSlider95::OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-            WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
-{
-#ifndef __WXWINCE__
-    if ( nCtlColor == CTLCOLOR_SCROLLBAR )
-        return 0;
-#else
-    if ( nCtlColor != CTLCOLOR_STATIC )
-        return 0;
-#endif
-    // Otherwise, it's a static
-    return wxControl::OnCtlColor(pDC, pWnd, nCtlColor, message, wParam, lParam);
-}
-
 // For trackbars only
 void wxSlider95::SetTickFreq(int n, int pos)
 {