aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];