Removing walkthrough stuff again (talked to aquadran about this, he had no objections)
svn-id: r15849
This commit is contained in:
parent
5d9b35510d
commit
fa97d4ad89
16 changed files with 0 additions and 406 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue