Removing walkthrough stuff again (talked to aquadran about this, he had no objections)

svn-id: r15849
This commit is contained in:
Max Horn 2004-11-20 23:49:11 +00:00
parent 5d9b35510d
commit fa97d4ad89
16 changed files with 0 additions and 406 deletions

View file

@ -47,8 +47,6 @@ Engine::Engine(OSystem *syst)
g_debugLevel = ConfMan.getInt("debuglevel");
_saveFileMan = _system->getSavefileManager();
_walkthroughDialog = new GUI::WalkthroughDialog(1.0, 1.0);
}
Engine::~Engine() {
@ -56,7 +54,6 @@ Engine::~Engine() {
delete _mixer;
delete _saveFileMan;
delete _walkthroughDialog;
g_engine = NULL;
}