From 25f83be52538973ac352f9b14eba5076a4baec90 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Oct 2004 02:04:44 +0000 Subject: [PATCH] fix warning --- stepmania/src/RageSoundReader_WAV.cpp | 1 - 1 file changed, 1 deletion(-) 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 );