remove unused, tried to do some work with section music, but no go.

This commit is contained in:
AJ Kelly
2011-02-08 01:47:43 -06:00
parent 0d4a450040
commit cbfbc0278a
2 changed files with 55 additions and 83 deletions
+2 -23
View File
@@ -21,30 +21,8 @@ public:
virtual void Input( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
void UpdateSongsListPos();
void UpdateGroupsListPos();
void UpdateSongsList();
void UpdateTextInput();
void StartSelectedSong();
private:
int m_iSongNum;
int m_iShowSongs; //The number of songs to display to each side
int m_iGroupNum;
int m_iShowGroups; //The number of groups to display to each side
enum NetScreenSelectModes
{
SelectGroup = 0,
SelectSong,
SelectDifficulty,
SelectOptions,
SelectModes,
};
NetScreenSelectModes m_SelectMode;
protected:
virtual void MenuStart( const InputEventPlus &input );
virtual void MenuLeft( const InputEventPlus &input );
@@ -67,7 +45,7 @@ protected:
private:
MusicWheel m_MusicWheel;
// todo: replace difficulty icons with StepsDisplay out the ass
// todo: replace difficulty icons with StepsDisplay -aj
//Difficulty Icon(s)
//DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
Difficulty m_DC[NUM_PLAYERS];
@@ -78,6 +56,7 @@ private:
RageSound m_soundChangeOpt;
RageSound m_soundChangeSel;
// todo: do these theme-side instead. -aj
BPMDisplay m_BPMDisplay;
ModIconRow m_ModIconRow[NUM_PLAYERS];