From 9e80847ac70f3ce3dc9ca1b8d2c9d3fe2370a82d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 8 Feb 2009 00:06:06 -0800 Subject: [PATCH] Remove unused method. --- lib/compass/commands/base.rb | 5 ----- 1 file changed, 5 deletions(-) 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