diff --git a/app/helpers/people_helper.rb b/app/helpers/people_helper.rb
index c698a1ea67a75ff594a06d46fe6a66484f23ebc0..f40bc08211ea1f64ddc56b5c2bcfc77734cbf523 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