From b0d4ce80189e4bedfc9510b927e0dd66728de84b Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 5 Jan 2015 23:08:52 -0500 Subject: [PATCH] Removing dead code --- lib/squib/deck.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/squib/deck.rb b/lib/squib/deck.rb index 51f686c..cc87640 100644 --- a/lib/squib/deck.rb +++ b/lib/squib/deck.rb @@ -86,13 +86,6 @@ module Squib @cards.each { |card| block.call(card) } end - # Shows a descriptive place of the location - # - # @api private - def location(opts) - opts[:layout] || (" @ #{opts[:x]},#{opts[:y]}") - end - # Load the configuration file, if exists, overriding hardcoded defaults # @api private def load_config(file)