Module: wine Branch: master Commit: c4a3651e3489a91ff63ecf2e7889f2630b9f27f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c4a3651e3489a91ff63ecf2e78...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Mar 28 23:17:18 2015 +0300
comctl32/listview: Remove outdated TODO comment.
---
dlls/comctl32/listview.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index 44aaba0..861335b 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -6537,8 +6537,6 @@ static INT LISTVIEW_GetColumnWidth(const LISTVIEW_INFO *infoPtr, INT nColumn) /* We are not using LISTVIEW_GetHeaderRect as this data is updated only after a HDN_ITEMCHANGED. * There is an application that subclasses the listview, calls LVM_GETCOLUMNWIDTH in the * HDN_ITEMCHANGED handler and goes into infinite recursion if it receives old data. - * - * TODO: should we do the same in LVM_GETCOLUMN? */ hdItem.mask = HDI_WIDTH; if (!SendMessageW(infoPtr->hwndHeader, HDM_GETITEMW, nColumn, (LPARAM)&hdItem))