diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 15:39:15 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 15:39:15 -0400 |
| commit | 37f39120e773860b541b99e25d9158f75051f806 (patch) | |
| tree | bb8d1498cbe714df7a5447d4c4cf1cd1cda1f22b /haunt.scm | |
| parent | a296e9cf8e634ef731c34ae994dee41ef67c614b (diff) | |
Remove unused functions
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"))))) |