Remove unused icon_for_event helper

This commit is contained in:
Robert Speicher
2016-05-11 15:08:27 -05:00
parent f7d2297c86
commit b523dec83d
-9
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"