remove unused TimingData variable

This commit is contained in:
Devin J. Pohly
2013-01-23 14:25:10 -05:00
parent 9fd6768f49
commit da1ebd50ed
-1
View File
@@ -163,7 +163,6 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
int state = SMA_GETTING_SONG_INFO;
Steps* pNewNotes = NULL;
TimingData stepsTiming;
int iRowsPerBeat = -1; // Start with an invalid value: needed for checking.
for( unsigned i=0; i<msd.GetNumValues(); i++ )