summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-02 12:41:51 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-02 12:41:51 -0800
commitae201cf1af12132ed5aed3c180bcb785dee85621 (patch)
tree18436f40c59e1c6567507eb99b8cd7ad3e043858 /system/admin/handlers.go
parentaff85d798e7d03ea9f29b219d3ce3ab85d03ec8c (diff)
minor cleanup, removal of old code
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 1ff7156..efcb449 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -734,10 +734,6 @@ func recoveryKeyHandler(res http.ResponseWriter, req *http.Request) {
}
}
-func recoveryEditHandler(res http.ResponseWriter, req *http.Request) {
-
-}
-
func contentsHandler(res http.ResponseWriter, req *http.Request) {
q := req.URL.Query()
t := q.Get("type")