diff --git a/hooks/lib/redmine/hook.rb b/hooks/lib/redmine/hook.rb index 79961b2bb..94b7086c7 100644 --- a/hooks/lib/redmine/hook.rb +++ b/hooks/lib/redmine/hook.rb @@ -115,10 +115,3 @@ module Redmine end ApplicationHelper.send(:include, Redmine::Hook::Helper) - -class Hello < Redmine::Hook::ViewListener - def view_layouts_base_html_head(context) - context[:project].to_s - end -end -