winhlp32: Remove not really used id from WINHELP_IndexDlgProc.

This commit is contained in:
Gerald Pfeifer 2010-04-19 14:41:48 +02:00 committed by Alexandre Julliard
parent aa745feddc
commit b33d0d5405
1 changed files with 0 additions and 3 deletions

View File

@ -1307,12 +1307,9 @@ static INT_PTR CALLBACK WINHELP_IndexDlgProc(HWND hWnd, UINT msg, WPARAM wParam,
*/ */
static INT_PTR CALLBACK WINHELP_SearchDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) static INT_PTR CALLBACK WINHELP_SearchDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
{ {
static struct index_data* id;
switch (msg) switch (msg)
{ {
case WM_INITDIALOG: case WM_INITDIALOG:
id = (struct index_data*)((PROPSHEETPAGE*)lParam)->lParam;
return TRUE; return TRUE;
case WM_NOTIFY: case WM_NOTIFY:
switch (((NMHDR*)lParam)->code) switch (((NMHDR*)lParam)->code)