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

This commit is contained in:
Gerald Pfeifer 2010-05-12 23:23:45 +02:00 committed by Alexandre Julliard
parent f3b4bd2bbc
commit 00d5f87d30
1 changed files with 0 additions and 1 deletions

View File

@ -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
*