fix warnings

This commit is contained in:
Glenn Maynard
2004-02-10 22:48:43 +00:00
parent b281750bcd
commit 7b8049ce00
-6
View File
@@ -399,8 +399,6 @@ void Profile::LoadSongScoresFromDir( CString sDir )
{
CHECKPOINT;
Profile* pProfile = this;
CString fn = sDir + SONG_SCORES_XML;
XNode xml;
@@ -784,8 +782,6 @@ void Profile::LoadCourseScoresFromDir( CString sDir )
{
CHECKPOINT;
Profile* pProfile = this;
CString fn = sDir + COURSE_SCORES_XML;
XNode xml;
@@ -874,8 +870,6 @@ void Profile::LoadCategoryScoresFromDir( CString sDir )
{
CHECKPOINT;
Profile* pProfile = this;
CString fn = sDir + CATEGORY_SCORES_XML;
XNode xml;