aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 7b95d46235..f617bc0355 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -184,7 +184,6 @@ public:
Common::EventType getMouseInput();
uint16 getKeyInput(bool blockForPrintChar = false);
void getInput();
- void mouseInput3();
void wait(int ticks);
void waitOnInput(int ticks);
bool waitOnInput(int ticks, Common::KeyCode &keycode);