From 39f3a978eb6ac2a15417247b19cf8e011ed39836 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 21 Aug 2011 19:36:18 -0500 Subject: [PATCH] I hate when I miss small things. --- src/Course.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Course.cpp b/src/Course.cpp index 0a5966c01b..ac591041b1 100644 --- a/src/Course.cpp +++ b/src/Course.cpp @@ -882,8 +882,6 @@ RString Course::GetBackgroundPath() const return RString(); if( m_sBackgroundPath[0] == '/' ) return m_sBackgroundPath; - // add "-bg" on the end to differentiate the background from the banner. - // This is based on traditional file naming found in most song files. -aj return Dirname(m_sPath) + m_sBackgroundPath; }