Removal of apparently unreferenced, dangling method.

(A search of the code reveals no reference to 'parse_category'...)
This commit is contained in:
Jon Frisby 2013-02-21 21:54:02 -08:00
parent 72579fe9cf
commit 7893d88dcf

View File

@ -208,7 +208,3 @@ HTML
end end
end end
def parse_category
{ slug: slug, title: title }
end