X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fmagnify%2Fmagnifier.c;h=4c2b4f623e9fe12fdc682b6fe8c720810cdf3d2f;hp=43816d6b5aa2b8940a62de62047e4ba00dac5be1;hb=6bc4e97d08e98b103d59c709c371c73c469c1fad;hpb=b797eef5ea4df396dac3ccd347ed476b3e6a61c4 diff --git a/base/applications/magnify/magnifier.c b/base/applications/magnify/magnifier.c index 43816d6b5aa..4c2b4f623e9 100644 --- a/base/applications/magnify/magnifier.c +++ b/base/applications/magnify/magnifier.c @@ -295,7 +295,7 @@ void Draw(HDC aDc) // LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { - int wmId, wmEvent; + int wmId; switch (message) { @@ -354,7 +354,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) break; case WM_COMMAND: wmId = LOWORD(wParam); - wmEvent = HIWORD(wParam); // Parse the menu selections: switch (wmId) {