aboutsummaryrefslogtreecommitdiff
path: root/module/calp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-24 01:14:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-24 01:14:01 +0200
commit0f68a47403884f575a1112ca0c790f37bfc0fc18 (patch)
treefed45c8bdb70f415926564138abb9a31466ce1a3 /module/calp
parentIntroduce component date-jump. (diff)
downloadcalp-0f68a47403884f575a1112ca0c790f37bfc0fc18.tar.gz
calp-0f68a47403884f575a1112ca0c790f37bfc0fc18.tar.xz
Dead code removal.
Diffstat (limited to 'module/calp')
-rw-r--r--module/calp/html/components.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 78142914..47436c87 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -156,12 +156,3 @@
(@ (for ,id))
(span (@ (class "plus")) "+")
(span (@ (class "minus")) "-"))))
-
-;; (define-once timespan-generator-id (gensym "timespan-generator"))
-;; (define-public (input-timespan-generator)
-;; `((div (@ (class "template")
-;; (id ,timespan-generator-id))
-;; ,(input-timespan))
-;; (script
-;; "function make_timespan_input() {\n"
-;; "return document.getElementsById(" ,timespan-generator-id ").cloneNode(true);")))