From 7b8049ce000a5660e2a96af8ed091bea408ba5da Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 10 Feb 2004 22:48:43 +0000 Subject: [PATCH] fix warnings --- stepmania/src/Profile.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index ce877e83a4..e8ec9bbb40 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -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;