mirror of
https://github.com/redmine/redmine.git
synced 2026-07-09 07:32:46 +02:00
Removed unused helper.
git-svn-id: http://svn.redmine.org/redmine/trunk@13702 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user