diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-02 12:41:51 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-02 12:41:51 -0800 |
commit | ae201cf1af12132ed5aed3c180bcb785dee85621 (patch) | |
tree | 18436f40c59e1c6567507eb99b8cd7ad3e043858 /system/admin/handlers.go | |
parent | aff85d798e7d03ea9f29b219d3ce3ab85d03ec8c (diff) |
minor cleanup, removal of old code
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 4 |
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") |