m_bIsLocked is unneeded.
This commit is contained in:
@@ -84,7 +84,6 @@ void SortBackgroundChangesArray( vector<BackgroundChange> &arrayBackgroundChange
|
||||
//////////////////////////////
|
||||
Song::Song()
|
||||
{
|
||||
m_bIsLocked = false;
|
||||
m_bChangedSinceSave = false;
|
||||
m_fBeat0OffsetInSeconds = 0;
|
||||
m_fMusicSampleStartSeconds = -1;
|
||||
|
||||
@@ -168,7 +168,6 @@ public:
|
||||
bool HasMovieBackground() const;
|
||||
bool HasBGChanges() const;
|
||||
bool HasLyrics() const;
|
||||
bool m_bIsLocked;
|
||||
|
||||
bool Matches(CString sGroup, CString sSong) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user