From ca70b88be9a347bb956aba06b57ec532222edd93 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 28 Apr 2015 22:31:04 -0400 Subject: [PATCH] Cleanup --- lib/squib/conf.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/squib/conf.rb b/lib/squib/conf.rb index b7de3d3..339e2af 100644 --- a/lib/squib/conf.rb +++ b/lib/squib/conf.rb @@ -42,13 +42,6 @@ module Squib normalize_antialias end - # FIXME REMOVE THIS as part of refactoring - # Delegate [] to our hash - # @api private - # def [](key) - # @config_hash[key] - # end - # Load the configuration file, if exists, overriding hardcoded defaults # @api private def self.load(file)