winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc.

oldstable
Gerald Pfeifer 2010-05-01 17:20:09 +02:00 committed by Alexandre Julliard
parent 01777ac5ce
commit 073743170c
1 changed files with 0 additions and 2 deletions

View File

@ -1335,7 +1335,6 @@ static LRESULT CALLBACK WINHELP_MainWndProc(HWND hWnd, UINT msg, WPARAM wParam,
{
WINHELP_WINDOW *win;
WINHELP_BUTTON *button;
INT keyDelta;
HWND hTextWnd;
LRESULT ret;
@ -1449,7 +1448,6 @@ static LRESULT CALLBACK WINHELP_MainWndProc(HWND hWnd, UINT msg, WPARAM wParam,
break;
case WM_KEYDOWN:
keyDelta = 0;
win = (WINHELP_WINDOW*) GetWindowLongPtr(hWnd, 0);
hTextWnd = GetDlgItem(win->hMainWnd, CTL_ID_TEXT);