summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherkulessi <git@herkulessi.de>2026-04-07 18:50:44 +0200
committerherkulessi <git@herkulessi.de>2026-04-07 19:03:00 +0200
commit8215ad260da08b7e3c681aa58e15537142d3d77f (patch)
treefec7db6a7e84b7140a14cb4a7b990d00954694b4
parent3cfaf6dc61d7a3eab64adf07ae7155023c9863da (diff)
remove unused variables
-rw-r--r--taler2.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/taler2.py b/taler2.py
index 8aacf70..8c2adbd 100644
--- a/taler2.py
+++ b/taler2.py
@@ -139,10 +139,6 @@ pollcount: int = 0
def startwin():
global root
- topratio = 0.2
- botratio = 0.15
-
- mode = "menu"
root = tk.Tk()
root.tk_strictMotif(boolean=True)