From c95c54dddf05e838a0495d7d669824365d9f069c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 13 Sep 2003 00:09:07 +0000 Subject: [PATCH] remove comment --- stepmania/src/RageSoundReader_WAV.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageSoundReader_WAV.h b/stepmania/src/RageSoundReader_WAV.h index c0d698873e..465ee3acf7 100644 --- a/stepmania/src/RageSoundReader_WAV.h +++ b/stepmania/src/RageSoundReader_WAV.h @@ -38,7 +38,6 @@ class RageSoundReader_WAV: public SoundReader_FileReader enum DataType_t { FORMAT_PCM=0, FORMAT_ADPCM=1 } DataType; - /* Amount of input data, in bytes: */ int SampleRate; int Channels; int BytesPerSample;