aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 908139311c..95f371857d 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -65,7 +65,6 @@ uint Scumm::getRandomNumberRng(uint min, uint max)
Scumm::Scumm (void) {
- _mixer = new SoundMixer();
_newgui = new NewGui(this);
_bundle = new Bundle(this);
_timer = new Timer(this);
@@ -73,7 +72,6 @@ Scumm::Scumm (void) {
Scumm::~Scumm (void) {
delete [] _actors;
- delete _mixer;
delete _newgui;
delete _bundle;
delete _timer;