Browse Source

Dead code

dev
Andy Meneely 11 years ago
parent
commit
1c76d03e19
  1. 1
      lib/squib/deck.rb

1
lib/squib/deck.rb

@ -58,7 +58,6 @@ module Squib
@dpi = dpi
@font = SYSTEM_DEFAULTS[:default_font]
@cards = []
@custom_colors = {}
@conf = Conf.load(config)
@progress_bar = Progress.new(@conf.progress_bars) # FIXME this is evil. Using something different with @ and non-@
show_info(config, layout)

Loading…
Cancel
Save