aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/input.h')
-rw-r--r--engines/tony/input.h6
1 files changed, 0 insertions, 6 deletions
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();