Skip to content

Commit

Permalink
remove unneeded dicts
Browse files Browse the repository at this point in the history
Signed-off-by: Chipmuenk <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed May 23, 2019
1 parent 2083294 commit f9b93e4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pyfda/filterbroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,9 @@
fil[0].update({k:fil_init[k]})

# -----------------------------------------------------------------------------
# List with plot widget class names found in the main configuration file,
# parsed in filter_tree_builder.
#------------------------------------------------------------------------------

input_widgets_dict = {}

plot_widgets_dict = {}

filter_designs_dict = {}

fixpoint_widgets_dict = {}
# Dicts with class names found in the main configuration file,
# parsed in `tree_builder.build_class_dict()`
#------------------------------------------------------------------------------

plot_classes = OrderedDict()
input_classes = OrderedDict()
Expand Down

0 comments on commit f9b93e4

Please sign in to comment.