aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-08 19:35:37 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-08 19:35:37 +0200
commit17417228af681fabfeaa49b75d7c04f1838e8e4f (patch)
treeb40a8b7b4afca5f9377c4f439084a7166b7045e3 /module/vcomponent/parse.scm
parentMade benchmark main runnable again. (diff)
downloadcalp-17417228af681fabfeaa49b75d7c04f1838e8e4f.tar.gz
calp-17417228af681fabfeaa49b75d7c04f1838e8e4f.tar.xz
Remove unused with-vline-tz.
Diffstat (limited to 'module/vcomponent/parse.scm')
-rw-r--r--module/vcomponent/parse.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index a21d6ca1..2fdd03a8 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -54,10 +54,6 @@
;; (set-param-table! ctx (make-hash-table))
)
-(define-macro (with-vline-tz object . body)
- `(let-env ((TZ (and=> (prop ,object 'TZID) car)))
- ,@body))
-