aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-23 21:52:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-23 21:52:28 +0200
commit06f77b50a90f5c1c2a8428962b31bccc54ac29af (patch)
treedf80457752b61f88b14dc86172d6d121535ef049 /module/vcomponent
parentSlight changes to define-config. (diff)
downloadcalp-06f77b50a90f5c1c2a8428962b31bccc54ac29af.tar.gz
calp-06f77b50a90f5c1c2a8428962b31bccc54ac29af.tar.xz
Remove (vcomponent load) module.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/load.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/module/vcomponent/load.scm b/module/vcomponent/load.scm
deleted file mode 100644
index f90d7d46..00000000
--- a/module/vcomponent/load.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(define-module (vcomponent load)
- :export (load-calendars load-calendars*)
- :use-module (util)
- :use-module (util config)
- :use-module ((vcomponent parse) :select (parse-cal-path)))
-
-(define-config calendar-files '() ""
- pre: list?)
-
-(define* (load-calendars calendar-files)
- (map parse-cal-path calendar-files))