diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-07 18:44:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-07 18:44:02 +0000 |
commit | ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839 (patch) | |
tree | 455f3d86dc03145438fe58c955566bc1e9f6f8cd | |
parent | efc5d188719618c00748255726515f228378a390 (diff) | |
download | redmine-ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839.tar.gz redmine-ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839.zip |
Removes junk code introduced in r1718.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1719 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | hooks/lib/redmine/hook.rb | 7 |
1 files changed, 0 insertions, 7 deletions
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 - |