Remove unused method.

This commit is contained in:
Chris Eppstein 2009-02-08 00:06:06 -08:00
parent 8a0d2b900c
commit 9e80847ac7

View File

@ -17,11 +17,6 @@ module Compass
protected protected
# returns the path to the templates directory and caches it
def templates_directory
@templates_directory ||= framework.templates_directory
end
def framework def framework
Compass::Frameworks[options[:framework]] Compass::Frameworks[options[:framework]]
end end