fix warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user