]> source.dussan.org Git - redmine.git/commitdiff
Removed unused helper.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 3 Dec 2012 21:46:11 +0000 (21:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 3 Dec 2012 21:46:11 +0000 (21:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10932 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/search_controller.rb

index 53ca4f5afd1fae91c45cfc4c2109740aa92c256b..7d4ac559936a55f611949f516e2a432a0d5fe827 100644 (file)
@@ -18,9 +18,6 @@
 class SearchController < ApplicationController
   before_filter :find_optional_project
 
-  helper :messages
-  include MessagesHelper
-
   def index
     @question = params[:q] || ""
     @question.strip!