@@ -37,9 +37,6 @@ currentScore = getCurrentScore()
highestScore = 100
highScoreName = ""
-names = []
-scores = []
-
if currentScore > highestScore :
highestScore = currentScore
f = open("scores.txt", "rw")