winhlp32: Remove not really used id from WINHELP_IndexDlgProc.
This commit is contained in:
parent
aa745feddc
commit
b33d0d5405
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue