Remove obsolete comment from dlls/comctl32/rebar.c

Gerald Pfeifer gerald at pfeifer.com
Sun Dec 27 21:07:52 CST 2009


Nikolay's patchset earlier this month superseded a small patch of mine
regarding REBAR_GetPalette from August that was never applied, alas it
failed to update one small hunk that is now obsolete after his patches
anyway, so let's just remove it.

Gerald

ChangeLog:
Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().

diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
index 021bc16..e77343f 100644
--- a/dlls/comctl32/rebar.c
+++ b/dlls/comctl32/rebar.c
@@ -3558,8 +3558,6 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 	    return REBAR_SetBkColor (infoPtr, lParam);
 
 /*	case RB_SETCOLORSCHEME: */
-/*	case RB_SETPALETTE: */
-/*	    return REBAR_GetPalette (infoPtr, wParam, lParam); */
 
 	case RB_SETPARENT:
 	    return REBAR_SetParent (infoPtr, (HWND)wParam);



More information about the wine-patches mailing list