\ No newline at end of file
diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb
index 6721088d7..99fe19d41 100644
--- a/app/views/artists/_secondary_links.html.erb
+++ b/app/views/artists/_secondary_links.html.erb
@@ -3,7 +3,6 @@
-
-<%= render "secondary_links" %>
-
-<% content_for(:page_title) do %>
- Search Artists - <%= Danbooru.config.app_name %>
-<% end %>
diff --git a/config/routes.rb b/config/routes.rb
index 758a0ff9a..aec71d7e9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -60,7 +60,6 @@ Danbooru::Application.routes.draw do
end
collection do
get :show_or_new
- get :search
get :banned
end
end