Dead code
parent
1dc89ae76a
commit
1c76d03e19
|
|
@ -58,7 +58,6 @@ module Squib
|
||||||
@dpi = dpi
|
@dpi = dpi
|
||||||
@font = SYSTEM_DEFAULTS[:default_font]
|
@font = SYSTEM_DEFAULTS[:default_font]
|
||||||
@cards = []
|
@cards = []
|
||||||
@custom_colors = {}
|
|
||||||
@conf = Conf.load(config)
|
@conf = Conf.load(config)
|
||||||
@progress_bar = Progress.new(@conf.progress_bars) # FIXME this is evil. Using something different with @ and non-@
|
@progress_bar = Progress.new(@conf.progress_bars) # FIXME this is evil. Using something different with @ and non-@
|
||||||
show_info(config, layout)
|
show_info(config, layout)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue