From 72f41620c8c674fe1232f07bedd91bf0d7874ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 25 Jun 2020 22:36:15 +0200 Subject: Fix GEO output. --- module/vcomponent/parse/component.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'module/vcomponent/parse') diff --git a/module/vcomponent/parse/component.scm b/module/vcomponent/parse/component.scm index f7dbdf71..6f522e8f 100644 --- a/module/vcomponent/parse/component.scm +++ b/module/vcomponent/parse/component.scm @@ -8,6 +8,7 @@ :use-module (srfi srfi-9 gnu) :use-module (srfi srfi-26) :use-module (vcomponent parse types) + :use-module (vcomponent geo) ) (define-public (parse-calendar port) @@ -20,11 +21,6 @@ (file get-file) (line get-line)) -(define-immutable-record-type - (make-geo latitude longitude) - geo-pos? - (latitude geo-latitude) - (longitude geo-longitude)) ;; port → (list ) (define (read-file port) -- cgit v1.2.3