diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-02-12 15:22:47 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-12 15:22:47 -0500 |
commit | 65c81466c4548b8e3ebd571dcf48202769b5225b (patch) | |
tree | bd30a4d560105aae655efc27f8236daaa226d082 /app | |
parent | c142bde51d05ad6fe2137c1b6bb0cd2485b4f1d9 (diff) | |
download | gitlab-ce-65c81466c4548b8e3ebd571dcf48202769b5225b.tar.gz |
Remove unused emoji_autocomplete_source helper
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 6 |
1 files changed, 0 insertions, 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) |