From 7f31b13bb0ced3f0d49008d9638f1626c3264087 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 2 Mar 2011 21:17:40 -0600 Subject: [PATCH] comment/cleanup --- src/ScreenSelectMusic.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index ff6780ff10..bdfb2de166 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -122,11 +122,8 @@ void ScreenSelectMusic::Init() this->SubscribeToMessage( Message_PlayerJoined ); - /* Cache: */ - /* SSC - Marking for change - -- Midiman - */ + // Cache these values + // Marking for change -- Midiman (why? -aj) m_sSectionMusicPath = THEME->GetPathS(m_sName,"section music"); m_sSortMusicPath = THEME->GetPathS(m_sName,"sort music"); m_sRouletteMusicPath = THEME->GetPathS(m_sName,"roulette music"); @@ -135,7 +132,6 @@ void ScreenSelectMusic::Init() m_sLoopMusicPath = THEME->GetPathS(m_sName,"loop music"); m_sFallbackCDTitlePath = THEME->GetPathG(m_sName,"fallback cdtitle"); - m_TexturePreload.Load( m_sFallbackCDTitlePath ); // load banners