remove m_bChangedSinceSave

This commit is contained in:
Glenn Maynard
2004-06-05 07:49:21 +00:00
parent c0bd180d85
commit 6c93aebe04
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -63,7 +63,6 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
Song::Song()
{
m_LoadedFromProfile = PROFILE_SLOT_INVALID;
m_bChangedSinceSave = false;
m_fMusicSampleStartSeconds = -1;
m_fMusicSampleLengthSeconds = DEFAULT_MUSIC_SAMPLE_LENGTH;
m_fMusicLengthSeconds = 0;
-1
View File
@@ -91,7 +91,6 @@ public:
CString m_sGroupName;
ProfileSlot m_LoadedFromProfile; // PROFILE_SLOT_INVALID if wasn't loaded from a profile
bool m_bChangedSinceSave;
bool m_bIsSymLink;
CString m_sMainTitle, m_sSubTitle, m_sArtist;