Remove unused attribute.

This commit is contained in:
Jason Felds
2011-07-14 11:09:49 -04:00
parent 1e624b65aa
commit 4f91b5ddbe
3 changed files with 3 additions and 12 deletions
-1
View File
@@ -242,7 +242,6 @@ bool SMLoader::ProcessBPMs( TimingData &out, const RString line, const int rowsP
if( fNewBPM < 0.0f )
{
out.m_bHasNegativeBpms = true;
negBeat = fBeat;
negBPM = fNewBPM;
}