m_bIsLocked is unneeded.

This commit is contained in:
Glenn Maynard
2003-07-18 07:54:07 +00:00
parent bbec48aef1
commit 948ac51c90
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -84,7 +84,6 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
//////////////////////////////
Song::Song()
{
m_bIsLocked = false;
m_bChangedSinceSave = false;
m_fBeat0OffsetInSeconds = 0;
m_fMusicSampleStartSeconds = -1;
-1
View File
@@ -168,7 +168,6 @@ public:
bool HasMovieBackground() const;
bool HasBGChanges() const;
bool HasLyrics() const;
bool m_bIsLocked;
bool Matches(CString sGroup, CString sSong) const;