remove ReserveRows

This commit is contained in:
Glenn Maynard
2004-10-25 03:17:56 +00:00
parent f63c57b5f4
commit a99d7e0dc4
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -176,7 +176,6 @@ bool DWILoader::LoadFromDWITokens(
NoteData newNoteData;
newNoteData.SetNumTracks( g_mapDanceNoteToNoteDataColumn.size() );
newNoteData.ReserveRows( BeatToNoteRow(1000) );
for( int pad=0; pad<2; pad++ ) // foreach pad
{