diff --git a/stepmania/src/HighScore.cpp b/stepmania/src/HighScore.cpp index 8ebebcbd67..b738a31c8c 100644 --- a/stepmania/src/HighScore.cpp +++ b/stepmania/src/HighScore.cpp @@ -45,7 +45,6 @@ XNode* HighScore::CreateNode() const // TRICKY: Don't write "name to fill in" markers. pNode->AppendChild( "Name", IsRankingToFillIn(sName) ? "" : sName ); - pNode->AppendChild( "sName", sName ); pNode->AppendChild( "Grade", grade ); pNode->AppendChild( "Score", iScore ); pNode->AppendChild( "PercentDP", fPercentDP );