comctl32/listview: Remove irrelevant fixme comment.

This commit is contained in:
Nikolay Sivov 2009-05-06 22:58:32 +04:00 committed by Alexandre Julliard
parent 323e7e68eb
commit 5123ffc36b
1 changed files with 0 additions and 1 deletions

View File

@ -9633,7 +9633,6 @@ static INT LISTVIEW_StyleChanged(LISTVIEW_INFO *infoPtr, WPARAM wStyleType,
if (wStyleType != GWL_STYLE) return 0;
/* FIXME: if LVS_NOSORTHEADER changed, update header */
/* or LVS_SORT{AS,DES}CENDING */
infoPtr->dwStyle = lpss->styleNew;