]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused controllers
authorTom Hughes <tom@compton.nu>
Sun, 8 Dec 2013 19:15:23 +0000 (19:15 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 8 Dec 2013 19:15:23 +0000 (19:15 +0000)
app/controllers/old_relation_member_controller.rb [deleted file]
app/controllers/old_way_node_controller.rb [deleted file]
app/controllers/relation_member_controller.rb [deleted file]
app/controllers/tracepoint_controller.rb [deleted file]
app/controllers/tracetag_controller.rb [deleted file]
app/controllers/way_node_controller.rb [deleted file]

diff --git a/app/controllers/old_relation_member_controller.rb b/app/controllers/old_relation_member_controller.rb
deleted file mode 100644 (file)
index d7023ab..0000000
+++ /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 (file)
index 69fa970..0000000
+++ /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 (file)
index 3eb7fca..0000000
+++ /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 (file)
index fed84c6..0000000
+++ /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 (file)
index ec44ee0..0000000
+++ /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 (file)
index 41549ed..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-class WayNodeController < ApplicationController
-
-
-
-end