aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2006-10-15 00:50:22 +0000
committerMax Horn2006-10-15 00:50:22 +0000
commit84874caf0647976fceb16bf59cfcac77f4055770 (patch)
tree40c5709cf34cc4261f867bb6a341826518b0fb1c /engines/scumm/sound.h
parent9def30e30203da4f039d1bc3320983482c54940a (diff)
downloadscummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.tar.gz
scummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.tar.bz2
scummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.zip
Got rid of ScummEngine::_confirmExit, and some other minor cleanup
svn-id: r24319
Diffstat (limited to 'engines/scumm/sound.h')
-rw-r--r--engines/scumm/sound.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/scumm/sound.h b/engines/scumm/sound.h
index 6459d8772d..83607d3dd3 100644
--- a/engines/scumm/sound.h
+++ b/engines/scumm/sound.h
@@ -27,10 +27,6 @@
#include "sound/mixer.h"
#include "scumm/saveload.h"
-namespace Common {
- class File;
-}
-
namespace Scumm {
class ScummEngine;
@@ -79,8 +75,6 @@ protected:
uint16 _mouthSyncTimes[64];
uint _curSoundPos;
- int _overrideFreq;
-
int16 _currentCDSound;
int16 _currentMusic;