diff options
| author | herkulessi <git@herkulessi.de> | 2026-04-07 18:50:44 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-04-07 19:03:00 +0200 |
| commit | 8215ad260da08b7e3c681aa58e15537142d3d77f (patch) | |
| tree | fec7db6a7e84b7140a14cb4a7b990d00954694b4 /taler2.py | |
| parent | 3cfaf6dc61d7a3eab64adf07ae7155023c9863da (diff) | |
remove unused variables
Diffstat (limited to 'taler2.py')
| -rw-r--r-- | taler2.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
