Gerald Pfeifer : comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().

Alexandre Julliard julliard at winehq.org
Mon Dec 28 09:16:12 CST 2009


Module: wine
Branch: master
Commit: 8b73b131de0bd8f16c985c60c4edf8e198c7995f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8b73b131de0bd8f16c985c60c4edf8e198c7995f

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Mon Dec 28 04:07:52 2009 +0100

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

---

 dlls/comctl32/rebar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
index 2bb8b92..f2e736a 100644
--- a/dlls/comctl32/rebar.c
+++ b/dlls/comctl32/rebar.c
@@ -3559,7 +3559,6 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM 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-cvs mailing list