diff --git a/app/views/aspects/public.html.haml b/app/views/aspects/public.html.haml
index 4399034f7..f04b63489 100644
--- a/app/views/aspects/public.html.haml
+++ b/app/views/aspects/public.html.haml
@@ -18,10 +18,6 @@
%ul#stream
- for post in @posts
= render type_partial(post), :post => post unless post.class == Album
- - if @logged_in
- - MiniFB.get(@access_token, 'me', :type => "feed")[:data].each do |item|
- - if item[:type] == 'status'
- = render "fb_status/fb_status", :post => FbStatus.from_api(item)
#pagination
= will_paginate @posts
diff --git a/app/views/fb_status/_fb_status.html.haml b/app/views/fb_status/_fb_status.html.haml
deleted file mode 100644
index d5a57bd22..000000000
--- a/app/views/fb_status/_fb_status.html.haml
+++ /dev/null
@@ -1,13 +0,0 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
--# licensed under the Affero General Public License version 3. See
--# the COPYRIGHT file.
-
-
-%li.message{:id => post.id}
-
- = image_tag( "http://graph.facebook.com/#{post.author_id}/picture" )
-
- .content
- %span.from
- = post.author_name
- = post.message