summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 15:39:15 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 15:39:15 -0400
commit37f39120e773860b541b99e25d9158f75051f806 (patch)
treebb8d1498cbe714df7a5447d4c4cf1cd1cda1f22b
parenta296e9cf8e634ef731c34ae994dee41ef67c614b (diff)
Remove unused functions
-rw-r--r--haunt.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/haunt.scm b/haunt.scm
index 3b4acaf..821229a 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -36,11 +36,6 @@
(ice-9 match)
(web uri))
-(define (date year month day)
- "Create a SRFI-19 date for the given YEAR, MONTH, DAY"
- (let ((tzoffset (tm:gmtoff (localtime (time-second (current-time))))))
- (make-date 0 0 0 0 day month year tzoffset)))
-
(define (stylesheet name)
`(link (@ (rel "stylesheet")
(href ,(string-append "/css/" name ".css")))))