PlayerOptions::ColorType no longer used

This commit is contained in:
Chris Danford
2003-02-19 05:59:19 +00:00
parent e6273f1db3
commit cdf8214ff7
6 changed files with 1 additions and 30 deletions
-7
View File
@@ -62,13 +62,6 @@ struct PlayerOptions
} m_Transform;
void NextTransform();
bool m_bReverseScroll;
enum ColorType {
COLOR_VIVID=0,
COLOR_NOTE,
COLOR_FLAT,
NUM_COLOR_TYPES
} m_ColorType;
void NextColor();
bool m_bHoldNotes;
bool m_bDark;