From 8880d2fa1500f5ad3f0bbfa1df13472ed925413a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 16 Mar 2011 21:20:42 -0500 Subject: [PATCH] silence a warning --- src/SongManager.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SongManager.cpp b/src/SongManager.cpp index 91332d0232..ee3c9c3e2c 100644 --- a/src/SongManager.cpp +++ b/src/SongManager.cpp @@ -193,13 +193,13 @@ void SongManager::AddGroup( RString sDir, RString sGroupDirName ) * TODO: Once the files are implemented in Song, bring the extensions * from there into here. -aj */ // Group background -/* - vector arrayGroupBackgrounds; - GetDirListing( sDir+sGroupDirName+"/*-bg.png", arrayGroupBanners ); - GetDirListing( sDir+sGroupDirName+"/*-bg.jpg", arrayGroupBanners ); - GetDirListing( sDir+sGroupDirName+"/*-bg.gif", arrayGroupBanners ); - GetDirListing( sDir+sGroupDirName+"/*-bg.bmp", arrayGroupBanners ); + //vector arrayGroupBackgrounds; + //GetDirListing( sDir+sGroupDirName+"/*-bg.png", arrayGroupBanners ); + //GetDirListing( sDir+sGroupDirName+"/*-bg.jpg", arrayGroupBanners ); + //GetDirListing( sDir+sGroupDirName+"/*-bg.gif", arrayGroupBanners ); + //GetDirListing( sDir+sGroupDirName+"/*-bg.bmp", arrayGroupBanners ); +/* RString sBackgroundPath; if( !arrayGroupBackgrounds.empty() ) sBackgroundPath = sDir+sGroupDirName+"/"+arrayGroupBackgrounds[0];