m_iMusicBytes is unused

This commit is contained in:
Glenn Maynard
2003-09-02 20:38:05 +00:00
parent 028cf5474c
commit ae7f4b3bcd
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -94,7 +94,6 @@ Song::Song()
m_fBeat0OffsetInSeconds = 0;
m_fMusicSampleStartSeconds = -1;
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
m_iMusicBytes = 0;
m_fMusicLengthSeconds = 0;
m_fFirstBeat = -1;
m_fLastBeat = -1;
-1
View File
@@ -134,7 +134,6 @@ public:
CString m_sCredit;
CString m_sMusicFile;
unsigned m_iMusicBytes;
float m_fBeat0OffsetInSeconds;
float m_fMusicLengthSeconds;
float m_fFirstBeat;