diff --git a/app/controllers/simulation_controller.rb b/app/controllers/simulation_controller.rb
index efe40c6efc451a786c55be513012980822c3f844..ee279998c231ec896efd490eb8ed59713c7f2042 100644
--- a/app/controllers/simulation_controller.rb
+++ b/app/controllers/simulation_controller.rb
@@ -3,6 +3,4 @@ class SimulationController < ApplicationController
   def simulate
   end
 
-  def setup
-  end
 end
diff --git a/app/views/simulation/setup.rhtml b/app/views/simulation/setup.rhtml
deleted file mode 100644
index 1ba19e7fd04db43cd1c57cb493d13ea5c09e185d..0000000000000000000000000000000000000000
--- a/app/views/simulation/setup.rhtml
+++ /dev/null
@@ -1,2 +0,0 @@
-<h1>Simulation#setup</h1>
-<p>Find me in app/views/simulation/setup.rhtml</p>