MrCypher 7 mēneši atpakaļ
vecāks
revīzija
7f1b1abaae
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      GUI.py

+ 0 - 3
GUI.py

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