aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-17 00:35:36 +0200
committerWillem Jan Palenstijn2015-12-23 21:34:07 +0100
commit8b16ccbea1b686f49d78e3337683ad45789b22e9 (patch)
tree3c86038093b9830dd6f1b369573489ec1d50d170 /engines/lab/eventman.h
parent09539d76ac702577213ed9a2678f847d6683bba8 (diff)
downloadscummvm-rg350-8b16ccbea1b686f49d78e3337683ad45789b22e9.tar.gz
scummvm-rg350-8b16ccbea1b686f49d78e3337683ad45789b22e9.tar.bz2
scummvm-rg350-8b16ccbea1b686f49d78e3337683ad45789b22e9.zip
LAB: Get rid of mouseButton()
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 85de4b30f1..d2c5782453 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -89,7 +89,6 @@ private:
private:
Button *checkButtonHit(ButtonList *buttonList, Common::Point pos);
- bool mouseButton(uint16 *x, uint16 *y, bool leftButton);
bool keyPress(uint16 *keyCode);
bool haveNextChar();
uint16 getNextChar();