aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorStrangerke2015-12-26 14:58:02 +0100
committerStrangerke2015-12-26 14:58:02 +0100
commita8d7a9bb7c20a303ac827773dcc6165e363f3688 (patch)
treed3ffcdd6e9f77c8e1deaf29c625dfce104eee0f4 /engines/lab/eventman.h
parent2560fdb19145cf3b035f6cb24b048adec1b656f1 (diff)
downloadscummvm-rg350-a8d7a9bb7c20a303ac827773dcc6165e363f3688.tar.gz
scummvm-rg350-a8d7a9bb7c20a303ac827773dcc6165e363f3688.tar.bz2
scummvm-rg350-a8d7a9bb7c20a303ac827773dcc6165e363f3688.zip
LAB: Remove unused function in EventManager
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 34cd3b0492..495c929c48 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -102,11 +102,6 @@ public:
void freeButtonList(ButtonList *buttonList);
Button *getButton(uint16 id);
- /**
- * Gets the current mouse co-ordinates. NOTE: On IBM version, will scale
- * from virtual to screen co-ordinates automatically.
- */
- Common::Point getMousePos();
IntuiMessage *getMsg();
/**