MrCypher 7 месяцев назад
Родитель
Сommit
7f1b1abaae
1 измененных файлов с 0 добавлено и 3 удалено
  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")