aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 75054f5b1e..00d8f19986 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -80,10 +80,6 @@ GobEngine::GobEngine(OSystem *syst) : Engine(syst) {
_saveLoad = 0;
// Setup mixer
- if (!_mixer->isReady()) {
- warning("Sound initialization failed.");
- }
-
_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));