From ed3e31fb861e65022de03a54838ca01f53fb0e0b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Jan 2003 02:58:59 +0000 Subject: [PATCH] this texture load doesn't actually do anything anymore --- stepmania/src/Background.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index 4a4abcf676..0b3a03f206 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -159,10 +159,6 @@ void Background::LoadFromSong( Song* pSong ) // // Load the static background that will before notes start and after notes end // - - - Sprite sprDummy; - sprDummy.LoadBG( sSongBackgroundPath ); { BGAnimation *pTempBGA = new BGAnimation;