From a906aac6b9a691b65d16402f02adcab138dee500 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 9 Mar 2011 13:55:55 -0600 Subject: [PATCH] fix warning --- src/MusicWheel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index 1428275d37..7dbe9e66f4 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -543,8 +543,6 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelIt if( sThisSection != sLastSection ) { - int iSectionCount = 0; - // new section, make a section item // todo: preferred sort section color handling? -aj RageColor colorSection = (so==SORT_GROUP) ? SONGMAN->GetSongGroupColor(pSong->m_sGroupName) : SECTION_COLORS.GetValue(iSectionColorIndex);