aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-11-03 07:28:46 +0000
committerTorbjörn Andersson2005-11-03 07:28:46 +0000
commitb14417537fa308fd7e02ead180e6215fb609f27a (patch)
tree1652ac5e7685c44aa75dc310ce3a200a2afadf2e
parentd37aaef6a2e92d95f8933f03ba59d106a2cb0d3a (diff)
downloadscummvm-rg350-b14417537fa308fd7e02ead180e6215fb609f27a.tar.gz
scummvm-rg350-b14417537fa308fd7e02ead180e6215fb609f27a.tar.bz2
scummvm-rg350-b14417537fa308fd7e02ead180e6215fb609f27a.zip
Removed commented lines.
svn-id: r19402
-rw-r--r--sword2/sound.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword2/sound.h b/sword2/sound.h
index f84f8e15da..05ff4a43b7 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -120,7 +120,6 @@ struct SoundFileHandle {
class MusicInputStream : public AudioStream {
private:
int _cd;
- //Common::File *_file;
SoundFileHandle *_fh;
uint32 _musicId;
AudioStream *_decoder;
@@ -201,7 +200,6 @@ private:
Audio::SoundHandle _soundHandleSpeech;
MusicInputStream *_music[MAXMUS];
- //Common::File _musicFile[MAXMUS];
SoundFileHandle _musicFile[MAXMUS];
SoundFileHandle _speechFile[MAXMUS];