fix warning

This commit is contained in:
AJ Kelly
2011-03-09 13:55:55 -06:00
parent 314d3b92e8
commit a906aac6b9
-2
View File
@@ -543,8 +543,6 @@ void MusicWheel::BuildWheelItemDatas( vector<MusicWheelItemData *> &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);