From 58237a0ebed3b8344aa8aa3d00306f7bfef62755 Mon Sep 17 00:00:00 2001 From: "Andrew (LyfeOnEdge) (ArcticGentoo)" Date: Thu, 18 Jun 2020 20:56:45 -0700 Subject: [PATCH] Clean up comments --- gui.py | 8 -------- 1 file changed, 8 deletions(-) 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"""