Commit b33d0d54 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winhlp32: Remove not really used id from WINHELP_IndexDlgProc.

parent aa745fed
...@@ -1307,12 +1307,9 @@ static INT_PTR CALLBACK WINHELP_IndexDlgProc(HWND hWnd, UINT msg, WPARAM wParam, ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment