diff --git a/cursor_coordinates.py b/cursor_coordinates.py index 24a4536..3a075bb 100644 --- a/cursor_coordinates.py +++ b/cursor_coordinates.py @@ -10,8 +10,6 @@ def cursor(): label2.place(x = 220, y = 350, height = 50, width = 165) label2.after(60, cursor) buttonyes = False - BigX = False - BigY = False if buttonyes == False: button1.destroy() labelx = Label(root, text = 'X', font=('Arial Bold',20))