aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-08-13 15:42:04 +0000
committerTravis Howell2003-08-13 15:42:04 +0000
commit89a181492daebb8a93da1f635a1c530fd3802c37 (patch)
tree4fe7eaf8c021e8350634c8423e8cc5cf4df67853 /scumm/scummvm.cpp
parent679bc2d2711a46258707451f6e288ef2d49c73a4 (diff)
downloadscummvm-rg350-89a181492daebb8a93da1f635a1c530fd3802c37.tar.gz
scummvm-rg350-89a181492daebb8a93da1f635a1c530fd3802c37.tar.bz2
scummvm-rg350-89a181492daebb8a93da1f635a1c530fd3802c37.zip
Remove warning that shouldn't have been committed
svn-id: r9660
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 397a9f8cf6..3159be5011 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -612,7 +612,6 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
_mixer->setVolume(kDefaultSFXVolume * kDefaultMasterVolume / 255);
_mixer->setMusicVolume(kDefaultMusicVolume);
- warning("_midiDriver is %d", _midiDriver);
// Init iMuse
_imuse = NULL;
_imuseDigital = NULL;