Module: wine Branch: master Commit: 00d5f87d3043eeb38b2aeb4053eb73015a7e486a URL: http://source.winehq.org/git/wine.git/?a=commit;h=00d5f87d3043eeb38b2aeb4053...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Wed May 12 23:23:45 2010 +0200
comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged.
---
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 be5979c..dcb9207 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -10928,7 +10928,6 @@ static INT LISTVIEW_StyleChanged(LISTVIEW_INFO *infoPtr, WPARAM wStyleType, * Processes WM_STYLECHANGING messages. * * PARAMETER(S): - * [I] infoPtr : valid pointer to the listview structure * [I] wStyleType : window style type (normal or extended) * [I0] lpss : window style information *