diff options
Diffstat (limited to 'engines/lure/intro.h')
-rw-r--r-- | engines/lure/intro.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lure/intro.h b/engines/lure/intro.h index 769081fdda..14c733e16b 100644 --- a/engines/lure/intro.h +++ b/engines/lure/intro.h @@ -36,7 +36,6 @@ private: OSystem &_system; bool showScreen(uint16 screenId, uint16 paletteId, uint16 delaySize); - bool delay(uint32 milliseconds); public: Introduction(Screen &screen, OSystem &system): _screen(screen), _system(system) {} |