This unfinished code was screwing up Xcode's indentation and symbol indexing. Also undef T and f after use.

This commit is contained in:
Steve Checkoway
2007-11-05 00:43:09 +00:00
parent 02e21a55b4
commit 598a9f879b
+4 -1
View File
@@ -1416,7 +1416,8 @@ bool TrackIterator::Next()
{
if( m_bFast )
{
if( m_Iterator ==
if( m_Iterator == XXX )
;
}
@@ -1821,6 +1822,8 @@ const ValidRow g_ValidRows[] =
{ STEPS_TYPE_DANCE_DOUBLE, { f,f,f,T,T,T,T,f } },
{ STEPS_TYPE_DANCE_DOUBLE, { f,f,f,f,T,T,T,T } },
};
#undef T
#undef f
void NoteDataUtil::RemoveStretch( NoteData &inout, StepsType st, int iStartIndex, int iEndIndex )
{