From 85765a39e4fba89cf57cba90612e33ad3e478781 2014-12-04 20:59:25 From: Jean-Philippe Lang Date: 2014-12-04 20:59:25 Subject: [PATCH] Removed unused helper. git-svn-id: http://svn.redmine.org/redmine/trunk@13702 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b98a517..0b3f5fe 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