code cleanup

This commit is contained in:
Chris Danford
2002-02-24 01:43:11 +00:00
parent f2a7f50634
commit 54f442350a
36 changed files with 1019 additions and 1568 deletions
+1 -7
View File
@@ -42,14 +42,8 @@ void MusicSortDisplay::Set( SongSortOrder so )
case SORT_BPM:
SetState( 2 );
break;
case SORT_ARTIST:
SetState( 3 );
break;
case SORT_MOST_PLAYED:
SetState( 4 );
break;
case NUM_SORT_ORDERS:
SetState( 5 );
SetState( 3 );
break;
default:
ASSERT( false ); // unimplemented MusicSortOrder