Remove obsolete functions

This commit is contained in:
2026-06-16 10:25:24 +02:00
parent 404ce088f3
commit f8b09e18bd
6 changed files with 13 additions and 343 deletions
-8
View File
@@ -371,14 +371,6 @@ func (h *handler) handlePost(w http.ResponseWriter, r *http.Request, urlPath, fs
h.handleAppend(w, r, urlPath, fsPath)
return
}
if query.Has("cleantasks") {
h.handleCleanTasks(w, r, urlPath, fsPath)
return
}
if query.Has("addtask") {
h.handleAddTask(w, r, urlPath, fsPath)
return
}
if query.Has("settings") {
h.handleSettings(w, r, urlPath, fsPath)
return