These are just local variables.

This commit is contained in:
Steve Checkoway
2007-02-14 10:44:54 +00:00
parent 598e602bd9
commit cb57db0d03
2 changed files with 23 additions and 24 deletions
-4
View File
@@ -22,12 +22,8 @@ public:
private:
bool m_bKIUCompliant;
bool m_bDMRequired;
bool m_bBPMChangeNeeded;
bool m_bBPMStopNeeded;
bool m_bTickChangeNeeded;
int m_iTickCount;
float m_fCurBeat;
vector<RString> m_vNoteRows;
};