aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-25 22:36:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-25 22:36:15 +0200
commit72f41620c8c674fe1232f07bedd91bf0d7874ea2 (patch)
tree3f5b271831092967c07bc4a6c7515a6628084316 /module/vcomponent/parse
parentMove stuff from output/ical to output/common./ (diff)
downloadcalp-72f41620c8c674fe1232f07bedd91bf0d7874ea2.tar.gz
calp-72f41620c8c674fe1232f07bedd91bf0d7874ea2.tar.xz
Fix GEO output.
Diffstat (limited to 'module/vcomponent/parse')
-rw-r--r--module/vcomponent/parse/component.scm6
1 files changed, 1 insertions, 5 deletions
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 <geographical-position>
- (make-geo latitude longitude)
- geo-pos?
- (latitude geo-latitude)
- (longitude geo-longitude))
;; port → (list <line>)
(define (read-file port)