From e900f29d03ad1e63c737f8febbed581257d7dacf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 10 Dec 2003 05:49:34 +0000 Subject: [PATCH] fix warning --- stepmania/src/ProfileManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) {