From 65c81466c4548b8e3ebd571dcf48202769b5225b Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 12 Feb 2016 15:22:47 -0500 Subject: [PATCH] Remove unused emoji_autocomplete_source helper --- app/helpers/application_helper.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 622cbfe3cc4..845652fc408 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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)