aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-11-04 16:51:30 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-11-04 16:51:30 +0100
commit9c908b0c745f56b887f40ff4a37f07185561b95f (patch)
tree07bb5ba671f9e965b02b3474c4f27e798f463679 /module/vcomponent.scm
parentRemove commented code from parse-calendar. (diff)
downloadcalp-9c908b0c745f56b887f40ff4a37f07185561b95f.tar.gz
calp-9c908b0c745f56b887f40ff4a37f07185561b95f.tar.xz
Remove (vcomponent timezone).
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 18a96e7a..1bffe847 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -1,7 +1,6 @@
(define-module (vcomponent)
#:use-module (vcomponent datetime)
#:use-module (vcomponent recurrence)
- #:use-module (vcomponent timezone)
#:use-module (vcomponent base)
#:use-module (vcomponent parse)
#:use-module (srfi srfi-1)