Remove unused path helper

openid
Marcin Kulik 11 years ago
parent 626009db6b
commit 11bfe3b0f9

@ -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

Loading…
Cancel
Save