Module: wine Branch: master Commit: 5123ffc36b20f6d3d3c5e30585d870ba6933aed7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5123ffc36b20f6d3d3c5e30585...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed May 6 22:58:32 2009 +0400
comctl32/listview: Remove irrelevant fixme comment.
---
dlls/comctl32/listview.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index b76da63..133d3c2 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -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;