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

This commit is contained in:
Gerald Pfeifer 2009-12-28 04:07:52 +01:00 committed by Alexandre Julliard
parent 91fde2494c
commit 8b73b131de
1 changed files with 0 additions and 1 deletions

View File

@ -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);