diff --git a/lib/compass/commands/base.rb b/lib/compass/commands/base.rb index 9e4502c5..7b2350fd 100644 --- a/lib/compass/commands/base.rb +++ b/lib/compass/commands/base.rb @@ -17,11 +17,6 @@ module Compass protected - # returns the path to the templates directory and caches it - def templates_directory - @templates_directory ||= framework.templates_directory - end - def framework Compass::Frameworks[options[:framework]] end