fix warnings
This commit is contained in:
@@ -399,8 +399,6 @@ void Profile::LoadSongScoresFromDir( CString sDir )
|
|||||||
{
|
{
|
||||||
CHECKPOINT;
|
CHECKPOINT;
|
||||||
|
|
||||||
Profile* pProfile = this;
|
|
||||||
|
|
||||||
CString fn = sDir + SONG_SCORES_XML;
|
CString fn = sDir + SONG_SCORES_XML;
|
||||||
|
|
||||||
XNode xml;
|
XNode xml;
|
||||||
@@ -784,8 +782,6 @@ void Profile::LoadCourseScoresFromDir( CString sDir )
|
|||||||
{
|
{
|
||||||
CHECKPOINT;
|
CHECKPOINT;
|
||||||
|
|
||||||
Profile* pProfile = this;
|
|
||||||
|
|
||||||
CString fn = sDir + COURSE_SCORES_XML;
|
CString fn = sDir + COURSE_SCORES_XML;
|
||||||
|
|
||||||
XNode xml;
|
XNode xml;
|
||||||
@@ -874,8 +870,6 @@ void Profile::LoadCategoryScoresFromDir( CString sDir )
|
|||||||
{
|
{
|
||||||
CHECKPOINT;
|
CHECKPOINT;
|
||||||
|
|
||||||
Profile* pProfile = this;
|
|
||||||
|
|
||||||
CString fn = sDir + CATEGORY_SCORES_XML;
|
CString fn = sDir + CATEGORY_SCORES_XML;
|
||||||
|
|
||||||
XNode xml;
|
XNode xml;
|
||||||
|
|||||||
Reference in New Issue
Block a user