diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 6581dc997d..bb3a157cfa 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -84,7 +84,6 @@ void SortBackgroundChangesArray( vector &arrayBackgroundChange ////////////////////////////// Song::Song() { - m_bIsLocked = false; m_bChangedSinceSave = false; m_fBeat0OffsetInSeconds = 0; m_fMusicSampleStartSeconds = -1; diff --git a/stepmania/src/song.h b/stepmania/src/song.h index cc234f29bc..5f2913f2bc 100644 --- a/stepmania/src/song.h +++ b/stepmania/src/song.h @@ -168,7 +168,6 @@ public: bool HasMovieBackground() const; bool HasBGChanges() const; bool HasLyrics() const; - bool m_bIsLocked; bool Matches(CString sGroup, CString sSong) const;