diff --git a/app/views/people/_profile_photo_upload.html.haml b/app/views/people/_profile_photo_upload.html.haml
deleted file mode 100644
index 4586ff2c249ad12dd8d1d150760005c6aa820f52..0000000000000000000000000000000000000000
--- a/app/views/people/_profile_photo_upload.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
--#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
--#   licensed under the Affero General Public License version 3 or later.  See
--#   the COPYRIGHT file.
-
-
-#profile_photo_upload
-  = owner_image_tag(:thumb_medium)
-  = file_field_tag 'profile[image]'
-
-  -if !@aspect.nil? && @aspect != :getting_started 
-    %p
-      \...#{t('photos.new_profile_photo.or_select_one')}
-      = link_to t('_photos'), person_photos_path(@person)
-