diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-04 20:59:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-04 20:59:25 +0000 |
commit | 85765a39e4fba89cf57cba90612e33ad3e478781 (patch) | |
tree | 1f23b6c7f1351c73147c07bfc5568b985ba94ac8 /app | |
parent | 89add05d2d33cde86398e31e82eff5e38b997f33 (diff) | |
download | redmine-85765a39e4fba89cf57cba90612e33ad3e478781.tar.gz redmine-85765a39e4fba89cf57cba90612e33ad3e478781.zip |
Removed unused helper.
git-svn-id: http://svn.redmine.org/redmine/trunk@13702 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b98a517e1..0b3f5fe0b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1211,11 +1211,6 @@ module ApplicationHelper super *sources, options end - # TODO: remove this in 2.5.0 - def has_content?(name) - content_for?(name) - end - def sidebar_content? content_for?(:sidebar) || view_layouts_base_sidebar_hook_response.present? end |