This commit is contained in:
Jason Felds
2011-06-30 01:30:14 -04:00
parent 11923a80ba
commit 7627cbe5ac
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -72,9 +72,6 @@ Song::Song()
firstSecond = -1; firstSecond = -1;
lastSecond = -1; lastSecond = -1;
specifiedLastSecond = -1; specifiedLastSecond = -1;
m_fFirstBeat = -1;
m_fLastBeat = -1;
m_fSpecifiedLastBeat = -1;
m_SelectionDisplay = SHOW_ALWAYS; m_SelectionDisplay = SHOW_ALWAYS;
m_bEnabled = true; m_bEnabled = true;
m_DisplayBPMType = DISPLAY_BPM_ACTUAL; m_DisplayBPMType = DISPLAY_BPM_ACTUAL;
-3
View File
@@ -235,9 +235,6 @@ public:
float firstSecond; float firstSecond;
float lastSecond; float lastSecond;
float specifiedLastSecond; float specifiedLastSecond;
float m_fFirstBeat; // beat of first note
float m_fLastBeat; // beat of last note
float m_fSpecifiedLastBeat; // specified last beat of the song
float m_fMusicSampleStartSeconds; float m_fMusicSampleStartSeconds;
float m_fMusicSampleLengthSeconds; float m_fMusicSampleLengthSeconds;
DisplayBPM m_DisplayBPMType; DisplayBPM m_DisplayBPMType;