uncomment TimingData::SetDelayAtRow.

This commit is contained in:
AJ Kelly
2010-05-22 10:24:04 -05:00
parent 4ec98bc30c
commit f8c2b0828f
-2
View File
@@ -105,12 +105,10 @@ void TimingData::SetStopAtRow( int iRow, float fSeconds, bool bDelay )
}
}
/*
void TimingData::SetDelayAtRow( int iRow, float fSeconds )
{
SetStopAtRow(iRow,fSeconds,true);
}
*/
float TimingData::GetStopAtRow( int iNoteRow, bool &bDelayOut ) const
{