summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
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")