aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/queen.h')
-rw-r--r--queen/queen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/queen/queen.h b/queen/queen.h
index 213879bbf0..ddd8def66f 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -45,9 +45,6 @@ protected:
void errorString(const char *buf_input, char *buf_output);
- //! Called when we go from one room to another
- void roomChanged(); // SETUP_ROOM
-
void go();
void initialise();
@@ -55,7 +52,6 @@ protected:
static void timerHandler(void *ptr);
void gotTimerTick();
-
Graphics *_graphics;
Input *_input;
Resource *_resource;