From 4a8ce49968e3a316bcdacfab0925622292fb7e24 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 29 Jun 2019 00:14:53 +0530 Subject: HDB: Remove _lastMouseX and _lastMouseY --- engines/hdb/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/hdb/input.h') diff --git a/engines/hdb/input.h b/engines/hdb/input.h index 211d9d4cb9..e585d0a56f 100644 --- a/engines/hdb/input.h +++ b/engines/hdb/input.h @@ -68,7 +68,6 @@ private: bool _stylusDown; int _stylusDownX, _stylusDownY; int _mouseX, _mouseY; - int _lastMouseX, _lastMouseY; // Definable Keys int _keyUp, _keyDown, _keyLeft, _keyRight; -- cgit v1.2.3