aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 307c0236..2b8f52a9 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -319,11 +319,6 @@
(lambda (e) (not (date< end-date (as-date (attr e 'DTSTART)))))
events)))
-;; date, date → [list date]
-(define (date-range start end)
- (stream->list
- (stream-take-while (lambda (d) (date<= d end))
- (day-stream start))))
(define*-public (render-calendar key: events start-date end-date #:allow-other-keys)
(let* ((long-events short-events (partition long-event? (stream->list (events-between start-date end-date events))))