From 1d1b66f8ccbc762ce64bc7bfcd56fdcfb8f6b05c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= <fabianrbz@gmail.com>
Date: Sat, 27 Oct 2012 18:18:44 -0200
Subject: [PATCH] remove unused helper

---
 app/helpers/people_helper.rb | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/app/helpers/people_helper.rb b/app/helpers/people_helper.rb
index c698a1ea67..f40bc08211 100644
--- a/app/helpers/people_helper.rb
+++ b/app/helpers/people_helper.rb
@@ -16,15 +16,6 @@ module PeopleHelper
     end
   end
 
-  def request_partial single_aspect_form
-    if single_aspect_form
-      'requests/new_request_with_aspect_to_person'
-
-    else
-      'requests/new_request_to_person'
-    end
-  end
-
   def search_or_index
     if search_query
       I18n.t 'people.helper.results_for',:params => search_query
-- 
GitLab