diff --git a/gui.py b/gui.py index a245ffd..41e7c9d 100644 --- a/gui.py +++ b/gui.py @@ -11,13 +11,6 @@ import tkinter as tk import tkinter.filedialog as tkfiledialog import style - -# BUTTON_COLOR = -# BUTTON_HIGHLIGHT_COLOR = -# BUTTON_FONT = - -# Custom button - class themedFrame(tk.Frame): def __init__(self, frame, **kw): tk.Frame.__init__(self, frame, **kw) @@ -28,7 +21,6 @@ class themedFrame(tk.Frame): if not kw.get("highlightthickness"): self.configure(highlightthickness=0) - class Button(tk.Label): """Cross-platform button"""