diff --git a/app/views/officing/voters/_already_voted.html.erb b/app/views/officing/voters/_already_voted.html.erb
deleted file mode 100644
index 1476913f9..000000000
--- a/app/views/officing/voters/_already_voted.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- <%= t("officing.voters.show.can_vote") %>
-
-
-
- <%= form_for @user, as: :voter, url: officing_voters_path,
- method: :post, remote: true,
- html: { id: "new_officing_voter" } do |f| %>
- <%= f.hidden_field :poll_id, value: poll.id %>
- <%= f.hidden_field :user_id, value: @user.id %>
- <%= f.submit t("officing.voters.show.submit"),
- class: "button success expanded",
- data: { disable_with: t("officing.voters.can_vote.submit_disable_with") } %>
- <% end %>
-
-