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);