summaryrefslogtreecommitdiffstats
path: root/app/controllers/search_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/search_controller.rb')
-rw-r--r--app/controllers/search_controller.rb3
1 files changed, 0 insertions, 3 deletions
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!