winhlp32: Remove outdated comment.

This commit is contained in:
Kirill K. Smirnov 2008-07-31 18:03:29 +04:00 committed by Alexandre Julliard
parent c7eec67554
commit a7cb435400

View file

@ -1572,12 +1572,6 @@ struct index_data
/**************************************************************************
* WINHELP_IndexDlgProc
*
* Index dialog callback function.
*
* nResult passed to EndDialog:
* 1: CANCEL button
* >1: valid offset value +2.
* EndDialog itself can return 0 (error).
*/
INT_PTR CALLBACK WINHELP_IndexDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
{