aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r--engines/mads/mads.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp
index 9cab1ad8f9..ded94871f6 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -52,7 +52,6 @@ MADSEngine::MADSEngine(OSystem *syst, const MADSGameDescription *gameDesc) :
_palette = nullptr;
_resources = nullptr;
_sound = nullptr;
- _userInterface = nullptr;
}
MADSEngine::~MADSEngine() {
@@ -64,7 +63,6 @@ MADSEngine::~MADSEngine() {
delete _palette;
delete _resources;
delete _sound;
- delete _userInterface;
}
void MADSEngine::initialise() {
@@ -85,7 +83,6 @@ void MADSEngine::initialise() {
_font = new Font(this);
_screen.init();
_sound = new SoundManager(this, _mixer);
- _userInterface = UserInterface::init(this);
_game = Game::init(this);
_screen.empty();