Removing dead code
parent
31e5d75f59
commit
b0d4ce8018
|
|
@ -86,13 +86,6 @@ module Squib
|
||||||
@cards.each { |card| block.call(card) }
|
@cards.each { |card| block.call(card) }
|
||||||
end
|
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
|
# Load the configuration file, if exists, overriding hardcoded defaults
|
||||||
# @api private
|
# @api private
|
||||||
def load_config(file)
|
def load_config(file)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue