diff --git a/stepmania/src/RageSoundReader_WAV.cpp b/stepmania/src/RageSoundReader_WAV.cpp index ce162b723a..9a62176613 100644 --- a/stepmania/src/RageSoundReader_WAV.cpp +++ b/stepmania/src/RageSoundReader_WAV.cpp @@ -375,7 +375,6 @@ void RageSoundReader_WAV::OpenInternal() if( bGotFormatChunk ) LOG->Warn( "File %s has more than one fmt chunk", m_File.GetPath().c_str() ); - int32_t iBytesPerSec; iFormatTag = FileReading::read_16_le( m_File ); m_WavData.m_iChannels = FileReading::read_16_le( m_File ); m_WavData.m_iSampleRate = FileReading::read_32_le( m_File );