diff options
Diffstat (limited to 'app/helpers/repositories_helper.rb')
-rw-r--r-- | app/helpers/repositories_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index de017ef9b..b9b797b8f 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -116,10 +116,6 @@ module RepositoriesHelper output.html_safe end - def to_utf8(str) - Redmine::CodesetUtil.to_utf8_by_setting(str) - end - def repository_field_tags(form, repository) method = repository.class.name.demodulize.underscore + "_field_tags" if repository.is_a?(Repository) && |