Remove unused path helper

This commit is contained in:
Marcin Kulik 2013-12-09 18:57:10 +01:00
parent 626009db6b
commit 11bfe3b0f9

View File

@ -66,10 +66,4 @@ module ApplicationHelper
content_tag(:abbr, time.to_s, options.merge(:title => time.getutc.iso8601)) content_tag(:abbr, time.to_s, options.merge(:title => time.getutc.iso8601))
end end
def color_check_asciicast_path
if id = CFG['COLOR_CHECK_CAST_ID']
asciicast_path(id)
end
end
end end