From 535180dc7b6439882d387b6f3f2de2eb3bd7ca5f Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 31 Oct 2012 04:20:58 +0000 Subject: TONY: Remove unused functions from Input class. --- engines/tony/input.cpp | 8 -------- engines/tony/input.h | 6 ------ 2 files changed, 14 deletions(-) diff --git a/engines/tony/input.cpp b/engines/tony/input.cpp index b96ccaf842..a01208eee1 100644 --- a/engines/tony/input.cpp +++ b/engines/tony/input.cpp @@ -101,14 +101,6 @@ void RMInput::poll() { } } -bool RMInput::mouseLeft() { - return _leftButton; -} - -bool RMInput::mouseRight() { - return _rightButton; -} - /** * Return true if a key has been pressed */ diff --git a/engines/tony/input.h b/engines/tony/input.h index d07eaefe34..5d84b98096 100644 --- a/engines/tony/input.h +++ b/engines/tony/input.h @@ -61,12 +61,6 @@ public: */ RMPoint mousePos(); - /** - * Current status of the mouse buttons - */ - bool mouseLeft(); - bool mouseRight(); - /** * Events of mouse clicks */ -- cgit v1.2.3