Remove unused emoji_autocomplete_source helper

This commit is contained in:
Robert Speicher 2016-02-12 15:22:47 -05:00
parent c142bde51d
commit 65c81466c4
1 changed files with 0 additions and 6 deletions

View File

@ -118,12 +118,6 @@ module ApplicationHelper
grouped_options_for_select(options, @ref || @project.default_branch)
end
def emoji_autocomplete_source
# should be an array of strings
# so to_s can be called, because it is sufficient and to_json is too slow
Emoji.names.to_s
end
# Define whenever show last push event
# with suggestion to create MR
def show_last_push_widget?(event)