this uses too much memory

This commit is contained in:
Glenn Maynard
2003-12-03 01:44:43 +00:00
parent df334955c5
commit 1a6f9d1526
-1
View File
@@ -196,7 +196,6 @@ void NoteDataUtil::GetSMNoteDataString( const NoteData &in_, CString &notes_out,
CString &sRet = notes_out;
sRet = "\n"; /* data begins on a new line when written to disk */
sRet.reserve( 1024*32 );
for( int m=0; m<=iLastMeasure; m++ ) // foreach measure
{