comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged.

Gerald Pfeifer gerald at pfeifer.com
Wed May 12 16:23:45 CDT 2010


Nikolay's sharp eyes caught this, and he was so kind to let me know,
but I wasn't fast enough to react, so here as a follow-up patch.

Thanks Nikolay!

Gerald
---
 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 0f4c862..e50db8c 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
  *
-- 
1.6.6.2



More information about the wine-patches mailing list