mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Removed commented lines.
svn-id: r19402
This commit is contained in:
parent
d37aaef6a2
commit
b14417537f
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user