diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index b980e2261e..77b23bae37 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -864,11 +864,11 @@ void ProfileManager::SaveSongScoresToDir( CString sDir, MemoryCard mc ) } } -static CString HTMLQuoteDoubleQuotes( CString str ) +/* static CString HTMLQuoteDoubleQuotes( CString str ) { str.Replace( "\"", """ ); return str; -} +} */ void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc ) {