diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/input.cpp | 8 | ||||
-rw-r--r-- | engines/tony/input.h | 6 |
2 files changed, 0 insertions, 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 @@ -62,12 +62,6 @@ public: RMPoint mousePos(); /** - * Current status of the mouse buttons - */ - bool mouseLeft(); - bool mouseRight(); - - /** * Events of mouse clicks */ bool mouseLeftClicked(); |