remove some more old experimental stuff

This commit is contained in:
Glenn Maynard
2005-01-15 01:45:34 +00:00
parent f8b90e0bcf
commit aad97fbcb9
4 changed files with 0 additions and 108 deletions
-13
View File
@@ -12,17 +12,10 @@ struct NoteFieldMode
{
NoteFieldMode();
bool MatchesCurrentGame() const;
void Load(const XNode* pNode, int pn = -1);
void BeginDrawTrack(int tn);
void EndDrawTrack(int tn);
/* Visual name. */
CString m_Name;
/* Unique ID from the INI. */
CString m_Id;
float m_fPositionTrackX[MAX_NOTE_TRACKS];
};
@@ -32,14 +25,8 @@ public:
NoteFieldPositioning(CString fn);
void Load(PlayerNumber pn);
void GetNamesForCurrentGame(vector<CString> &IDs);
bool IsValidModeForCurrentStyle(CString mode) const;
bool IsValidModeForAnyStyle(CString mode) const;
private:
CString m_Filename;
vector<NoteFieldMode> Modes;
int GetID(const CString &name) const;
};
extern NoteFieldMode g_NoteFieldMode[NUM_PLAYERS];