aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:13:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:13:45 +0200
commit175bd7880079320621d2d581316c86c87b195e09 (patch)
treea7ade261a80a48bf3574ff5bc9c592241778a37b
parentMove TODO to issue #56. (diff)
downloadcalp-175bd7880079320621d2d581316c86c87b195e09.tar.gz
calp-175bd7880079320621d2d581316c86c87b195e09.tar.xz
Remove obsolete TODO.
-rw-r--r--module/calp/entry-points/import.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/calp/entry-points/import.scm b/module/calp/entry-points/import.scm
index d292aba7..00edc0d8 100644
--- a/module/calp/entry-points/import.scm
+++ b/module/calp/entry-points/import.scm
@@ -6,8 +6,6 @@
:use-module (ice-9 rdelim)
:use-module (ice-9 format)
:use-module (srfi srfi-1)
- ;; TODO FIX
- ;; :use-module (output vdir)
:use-module ((vcomponent formats vdir save-delete) :select (save-event))
:use-module (vcomponent)
;; :use-module ((vcomponent formats ical parse) :select (parse-cal-path))