silence a warning
This commit is contained in:
+6
-6
@@ -193,13 +193,13 @@ void SongManager::AddGroup( RString sDir, RString sGroupDirName )
|
|||||||
* TODO: Once the files are implemented in Song, bring the extensions
|
* TODO: Once the files are implemented in Song, bring the extensions
|
||||||
* from there into here. -aj */
|
* from there into here. -aj */
|
||||||
// Group background
|
// Group background
|
||||||
/*
|
|
||||||
vector<RString> 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<RString> 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;
|
RString sBackgroundPath;
|
||||||
if( !arrayGroupBackgrounds.empty() )
|
if( !arrayGroupBackgrounds.empty() )
|
||||||
sBackgroundPath = sDir+sGroupDirName+"/"+arrayGroupBackgrounds[0];
|
sBackgroundPath = sDir+sGroupDirName+"/"+arrayGroupBackgrounds[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user