aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/qmixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/qmixer.cpp')
-rw-r--r--engines/titanic/sound/qmixer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/titanic/sound/qmixer.cpp b/engines/titanic/sound/qmixer.cpp
index a1091a9763..f373b19704 100644
--- a/engines/titanic/sound/qmixer.cpp
+++ b/engines/titanic/sound/qmixer.cpp
@@ -241,11 +241,6 @@ void QMixer::qsWaveMixPump() {
/*------------------------------------------------------------------------*/
-QMixer::ChannelEntry::~ChannelEntry() {
- for (Common::List<SoundEntry>::iterator i = _sounds.begin(); i != _sounds.end(); ++i)
- delete (*i)._waveFile;
-}
-
byte QMixer::ChannelEntry::getRawVolume() const {
// Emperically decided adjustment divisor for distances
const double ADJUSTMENT_FACTOR = 5.0;