From 00d5f87d3043eeb38b2aeb4053eb73015a7e486a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 12 May 2010 23:23:45 +0200 Subject: [PATCH] comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged. --- dlls/comctl32/listview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index be5979c078e..dcb92079784 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 *