comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().
This commit is contained in:
parent
91fde2494c
commit
8b73b131de
|
@ -3559,7 +3559,6 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
|
|
||||||
/* case RB_SETCOLORSCHEME: */
|
/* case RB_SETCOLORSCHEME: */
|
||||||
/* case RB_SETPALETTE: */
|
/* case RB_SETPALETTE: */
|
||||||
/* return REBAR_GetPalette (infoPtr, wParam, lParam); */
|
|
||||||
|
|
||||||
case RB_SETPARENT:
|
case RB_SETPARENT:
|
||||||
return REBAR_SetParent (infoPtr, (HWND)wParam);
|
return REBAR_SetParent (infoPtr, (HWND)wParam);
|
||||||
|
|
Loading…
Reference in New Issue