From 84874caf0647976fceb16bf59cfcac77f4055770 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Oct 2006 00:50:22 +0000 Subject: Got rid of ScummEngine::_confirmExit, and some other minor cleanup svn-id: r24319 --- engines/scumm/sound.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/scumm/sound.h') 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; -- cgit v1.2.3