[1/2] comctl32/listview: Remove irrelevant fixme comment

Nikolay Sivov bunglehead at gmail.com
Thu May 7 03:21:40 CDT 2009


Tests for that have beed added some days ago.

Changelog:
    - Remove irrelevant fixme comment

>From 94e102df66aa86b88f93add9f1278ef57e274e96 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Wed, 6 May 2009 22:58:32 +0400
Subject: 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;
 
-- 
1.5.6.5





More information about the wine-patches mailing list