add songs to the export package thing. they still don't export though.

This commit is contained in:
AJ Kelly
2011-10-29 15:10:40 -05:00
parent bbec5842f6
commit f06e4a2702
+1 -3
View File
@@ -153,15 +153,13 @@ void ScreenOptionsExportPackageSubPage::BeginScreen()
else if( *s_packageType == "SubGroup" )
{
//ExportPackages::m_sFolder
/*
vector<RString> vs;
GetDirListing( SpecialFiles::SONGS_DIR + "*", vs, true, true );
GetDirListing( SpecialFiles::SONGS_DIR + "/" + ExportPackages::m_sFolder + "/*", vs, true, true );
FOREACH_CONST( RString, vs, s )
{
m_vsPossibleDirsToExport.push_back( *s );
GetDirListing( *s + "/*", m_vsPossibleDirsToExport, true, true );
}
*/
}
StripCvsAndSvn( m_vsPossibleDirsToExport );
StripMacResourceForks( m_vsPossibleDirsToExport );