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;