Browse Source

Cleanup

dev
Andy Meneely 11 years ago
parent
commit
ca70b88be9
  1. 7
      lib/squib/conf.rb

7
lib/squib/conf.rb

@ -42,13 +42,6 @@ module Squib
normalize_antialias normalize_antialias
end 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 # Load the configuration file, if exists, overriding hardcoded defaults
# @api private # @api private
def self.load(file) def self.load(file)

Loading…
Cancel
Save