From ec17c0743cf8373b6ac5cc2ffd69b520f0cada49 Mon Sep 17 00:00:00 2001 From: Shlomi Fish <shlomif@shlomifish.org> Date: Mon, 22 May 2017 17:18:26 +0300 Subject: [PATCH] Remove some unused code. It was assigned but never used because we removed this dropdown because it was redundant. --- pysollib/ui/tktile/solverdialog.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pysollib/ui/tktile/solverdialog.py b/pysollib/ui/tktile/solverdialog.py index 517c746d..dcbd2f1d 100644 --- a/pysollib/ui/tktile/solverdialog.py +++ b/pysollib/ui/tktile/solverdialog.py @@ -15,14 +15,6 @@ class BaseSolverDialog: self, parent, title, kw.resizable, kw.default) top_frame, bottom_frame = self.createFrames(kw) self.createBitmaps(top_frame, kw) - # - self.solving_methods = { - 'A*': 'a-star', - 'Breadth-First Search': 'bfs', - 'Depth-First Search': 'soft-dfs', # default - 'A randomized DFS': 'random-dfs', - # '"Soft" DFS': 'soft-dfs', - } self.games = {} # key: gamename; value: gameid #