From: Tom Hughes Date: Sun, 8 Dec 2013 19:15:23 +0000 (+0000) Subject: Remove unused controllers X-Git-Tag: live~4551 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/67e7ced086782bb76a61ac36789418c85390ae98 Remove unused controllers --- diff --git a/app/controllers/old_relation_member_controller.rb b/app/controllers/old_relation_member_controller.rb deleted file mode 100644 index d7023ab46..000000000 --- a/app/controllers/old_relation_member_controller.rb +++ /dev/null @@ -1,3 +0,0 @@ -class OldRelationMemberController < ApplicationController - -end diff --git a/app/controllers/old_way_node_controller.rb b/app/controllers/old_way_node_controller.rb deleted file mode 100644 index 69fa97048..000000000 --- a/app/controllers/old_way_node_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class OldWayNodeController < ApplicationController -end diff --git a/app/controllers/relation_member_controller.rb b/app/controllers/relation_member_controller.rb deleted file mode 100644 index 3eb7fcaa1..000000000 --- a/app/controllers/relation_member_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class RelationMemberController < ApplicationController - - - -end diff --git a/app/controllers/tracepoint_controller.rb b/app/controllers/tracepoint_controller.rb deleted file mode 100644 index fed84c601..000000000 --- a/app/controllers/tracepoint_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class TracepointController < ApplicationController -end diff --git a/app/controllers/tracetag_controller.rb b/app/controllers/tracetag_controller.rb deleted file mode 100644 index ec44ee07b..000000000 --- a/app/controllers/tracetag_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class TracetagController < ApplicationController -end diff --git a/app/controllers/way_node_controller.rb b/app/controllers/way_node_controller.rb deleted file mode 100644 index 41549ed8f..000000000 --- a/app/controllers/way_node_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class WayNodeController < ApplicationController - - - -end