From 1baf017aaaf38fb6a13bedc2c97f6450748ae738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 5 Jul 2020 22:20:24 +0200 Subject: Remove some TODO:s. --- module/vcomponent.scm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index f9d04d35..2eb4ef2c 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -63,17 +63,8 @@ -(use-modules (output ical) - (ice-9 popen) - ((ice-9 rdelim) :select (read-line)) - ((rnrs io ports) :select (call-with-port)) - ) - - -(define (uuidgen) - (call-with-port (open-input-pipe "uuidgen") - read-line)) - +;;; TODO vcomponent should NOT depend on output +(use-modules (output ical)) (define-public (add-event calendar event) -- cgit v1.2.3