unused variable

This commit is contained in:
Glenn Maynard
2004-11-13 20:53:46 +00:00
parent 75f0dee79c
commit 2de78dfd5d
-2
View File
@@ -924,8 +924,6 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
CString sTag;
if( GetTagFromMap( aBMSData[i], "#title", sTag ) && sTag.GetLength() != commonSubstrLen )
{
int tagSubstrLen = sTag.GetLength() - commonSubstrLen;
sTag = sTag.substr( commonSubstrLen, sTag.GetLength() - commonSubstrLen );
sTag.ToLower();