aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
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 495c929c48..cb91b12a76 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -83,11 +83,6 @@ private:
*/
Button *checkNumButtonHit(ButtonList *buttonList, Common::KeyCode key);
- /**
- * Make a key press have the right case for a button KeyEquiv value.
- */
- uint16 makeButtonKeyEquiv(uint16 key);
-
public:
EventManager (LabEngine *vm);