MrCypher преди 7 месеца
родител
ревизия
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")