From f0f6221b1804a4de624e8af32b028deb2c60ef66 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 23 Jan 2003 04:43:44 +0000 Subject: [PATCH] cruft --- stepmania/src/Banner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/Banner.cpp b/stepmania/src/Banner.cpp index 28e0251d29..269dd1c41c 100644 --- a/stepmania/src/Banner.cpp +++ b/stepmania/src/Banner.cpp @@ -61,7 +61,6 @@ void Banner::SetScrolling( bool bScroll, float Percent) /* Set up the texture coord rects for the current state. */ Update(0); } -#include "RageLog.h" void Banner::LoadFromSong( Song* pSong ) // NULL means no song { @@ -69,12 +68,10 @@ void Banner::LoadFromSong( Song* pSong ) // NULL means no song Sprite::TurnShadowOff(); - LOG->Trace("xxxxxxx"); if( pSong == NULL ) LoadFallback(); else if( pSong->HasBanner() ) { /* Song banners often have HOT PINK color keys. */ - LOG->Trace("xxxxxxx 2 %s", pSong->GetBannerPath().GetString()); RageTextureID ID(pSong->GetBannerPath()); ID.bHotPinkColorKey = true; Load( ID );