From cb8c7740e6a25885e3c890116b55238aa7c6db4d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 15 Jan 2013 20:56:08 +0100 Subject: [PATCH] Removed superfluous whitespace. --- src/win32_window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index 688d5558..ba60b3a6 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -579,7 +579,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, case WM_MOUSEHWHEEL: { // This message is only sent on Windows Vista and later - _glfwInputScroll(window, (SHORT) HIWORD(wParam) / (double) WHEEL_DELTA, 0.0); return 0; }