Remove unused variable in qwindowsmousehandler.cpp.

Change-Id: Iacfeec396c2eeef973b62bf78c698aa206b01c41
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
bb10
Friedemann Kleint 2014-05-19 11:28:06 +02:00 committed by The Qt Project
parent 28f32afd3f
commit 57d0ed8f1e
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ static bool isValidWheelReceiver(QWindow *candidate)
bool QWindowsMouseHandler::translateMouseWheelEvent(QWindow *window, HWND,
MSG msg, LRESULT *)
{
const Qt::MouseButtons buttons = keyStateToMouseButtons((int)msg.wParam);
const Qt::KeyboardModifiers mods = keyStateToModifiers((int)msg.wParam);
int delta;