Remove flatsb fixmes

Mike Hearn mike at theoretic.com
Sun Nov 30 15:23:30 CST 2003


I don't think we'll ever really bother with this control, and the spew
generated by delphi apps thanks to these fixmes drowns out useful debug
info.

ChangeLog:
Remove some flat scrollbar stub fixmes

Index: dlls/comctl32/flatsb.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/flatsb.c,v
retrieving revision 1.27
diff -u -r1.27 flatsb.c
--- dlls/comctl32/flatsb.c      10 Sep 2003 03:56:48 -0000      1.27
+++ dlls/comctl32/flatsb.c      30 Nov 2003 21:20:03 -0000
@@ -75,7 +75,7 @@
 HRESULT WINAPI UninitializeFlatSB(HWND hwnd)
 {
     TRACE("[%p]\n", hwnd);
-    FIXME("stub\n");
     return S_FALSE;
 }
  
@@ -91,7 +91,6 @@
 FlatSB_GetScrollProp(HWND hwnd, INT propIndex, LPINT prop)
 {
     TRACE("[%p] propIndex=%d\n", hwnd, propIndex);
-    FIXME("stub\n");
     return FALSE;
 }
  
@@ -102,7 +101,6 @@
 FlatSB_SetScrollProp(HWND hwnd, UINT index, INT newValue, BOOL flag)
 {
     TRACE("[%p] index=%u newValue=%d flag=%d\n", hwnd, index, newValue, flag);
-    FIXME("stub\n");
     return FALSE;
 }
  





More information about the wine-patches mailing list