remove unused TimingData variable
This commit is contained in:
@@ -163,7 +163,6 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
|
|||||||
|
|
||||||
int state = SMA_GETTING_SONG_INFO;
|
int state = SMA_GETTING_SONG_INFO;
|
||||||
Steps* pNewNotes = NULL;
|
Steps* pNewNotes = NULL;
|
||||||
TimingData stepsTiming;
|
|
||||||
int iRowsPerBeat = -1; // Start with an invalid value: needed for checking.
|
int iRowsPerBeat = -1; // Start with an invalid value: needed for checking.
|
||||||
|
|
||||||
for( unsigned i=0; i<msd.GetNumValues(); i++ )
|
for( unsigned i=0; i<msd.GetNumValues(); i++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user