Remove unused `icon_for_event` helper

This commit is contained in:
Robert Speicher 2016-05-08 14:11:28 -04:00
parent f7d2297c86
commit b523dec83d
1 changed files with 0 additions and 9 deletions

View File

@ -39,15 +39,6 @@ module EventsHelper
end
end
def icon_for_event
{
EventFilter.push => 'upload',
EventFilter.merged => 'check-square-o',
EventFilter.comments => 'comments',
EventFilter.team => 'user',
}
end
def event_preposition(event)
if event.push? || event.commented? || event.target
"at"