From f3885b81870e351fd2c7b0f016c3c6b9f32ebd9f Mon Sep 17 00:00:00 2001 From: Kevin Slaughter Date: Mon, 19 May 2003 08:19:35 +0000 Subject: [PATCH] Accidently left in my old BM code. edited out now --- stepmania/src/song.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/song.h b/stepmania/src/song.h index 743dc80c2e..3d6f5d0869 100644 --- a/stepmania/src/song.h +++ b/stepmania/src/song.h @@ -74,9 +74,6 @@ public: Song(); ~Song(); - - bool m_bIsForBM; // If true, we read the data in differantly, for BeatMania - bool LoadWithoutCache( CString sDir ); NotesLoader *MakeLoader( CString sDir ) const;