diff --git a/app/logical/post_sets/recommended.rb b/app/logical/post_sets/recommended.rb deleted file mode 100644 index 9d1825ded..000000000 --- a/app/logical/post_sets/recommended.rb +++ /dev/null @@ -1,14 +0,0 @@ -module PostSets - class Recommended < PostSets::Post - attr_reader :posts - - def initialize(posts) - super("") - @posts = posts - end - - def presenter - ::PostSetPresenters::Post.new(self) - end - end -end diff --git a/app/views/posts/partials/index/_recommended.html.erb b/app/views/posts/partials/index/_recommended.html.erb deleted file mode 100644 index 87d1b83f3..000000000 --- a/app/views/posts/partials/index/_recommended.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -