diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index a22a59d3cf..9f9a2b0d60 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -184,7 +184,6 @@ void WheelItemDisplay::RefreshGrades() continue; } - /* XXX: Don't really want separate grades for each player in couples. */ if( m_pSong ) // this is a song display { const DifficultyClass dc = GAMESTATE->m_PreferredDifficultyClass[p];