From 1c76d03e19fb8af06072e9839c970a7d7619a912 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 28 Apr 2015 21:08:01 -0400 Subject: [PATCH] Dead code --- lib/squib/deck.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/squib/deck.rb b/lib/squib/deck.rb index 36ba94d..769e2b8 100644 --- a/lib/squib/deck.rb +++ b/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)