aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/intro.h')
-rw-r--r--engines/lure/intro.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lure/intro.h b/engines/lure/intro.h
index d6b42c455b..d219438b8a 100644
--- a/engines/lure/intro.h
+++ b/engines/lure/intro.h
@@ -32,14 +32,9 @@ namespace Lure {
class Introduction {
private:
- Screen &_screen;
- OSystem &_system;
-
bool showScreen(uint16 screenId, uint16 paletteId, uint16 delaySize);
bool interruptableDelay(uint32 milliseconds);
public:
- Introduction(Screen &screen, OSystem &system): _screen(screen), _system(system) {}
-
bool show();
};