From: Jean-Philippe Lang Date: Mon, 3 Dec 2012 21:46:11 +0000 (+0000) Subject: Removed unused helper. X-Git-Tag: 2.3.0~499 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e9018553e509922c0eb8a5abfaf1e140506a3d6d;p=redmine.git Removed unused helper. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10932 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb index 53ca4f5af..7d4ac5599 100644 --- a/app/controllers/search_controller.rb +++ b/app/controllers/search_controller.rb @@ -18,9 +18,6 @@ class SearchController < ApplicationController before_filter :find_optional_project - helper :messages - include MessagesHelper - def index @question = params[:q] || "" @question.strip!