From fd5acb7ee9aad9be7cbf918e13ebb789ffa87df7 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 10 Sep 2011 21:33:00 -0400 Subject: [PATCH] Use our macros. --- src/NoteDataUtil.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/NoteDataUtil.cpp b/src/NoteDataUtil.cpp index 924d7d1676..070e08b34f 100644 --- a/src/NoteDataUtil.cpp +++ b/src/NoteDataUtil.cpp @@ -26,8 +26,7 @@ NoteType NoteDataUtil::GetSmallestNoteTypeForMeasure( const NoteData &nd, int iM NoteType NoteDataUtil::GetSmallestNoteTypeInRange( const NoteData &n, int iStartIndex, int iEndIndex ) { // probe to find the smallest note type - NoteType nt; - for( nt=(NoteType)0; nt