From feefb97cf9118c8e5d7018e33887a371dadc5eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 6 Oct 2019 13:35:20 +0200 Subject: Minor cleanup in scheme code. --- module/vcomponent/primitive.scm | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'module/vcomponent/primitive.scm') diff --git a/module/vcomponent/primitive.scm b/module/vcomponent/primitive.scm index 2cf12508..5fef08cc 100644 --- a/module/vcomponent/primitive.scm +++ b/module/vcomponent/primitive.scm @@ -1,23 +1,9 @@ ;;; Primitive export of symbols linked from C binary. (define-module (vcomponent primitive) - #:export #; - (%vcomponent-children ; - %vcomponent-push-child! ; - %vcomponent-filter-children! ; - ; - %vcomponent-parent ; - ; - %vcomponent-make ; - %vcomponent-get-type ; - %vcomponent-set-type! ; - ; - %vcomponent-get-attribute ; - %vcomponent-attribute-list ; - ; - %vcomponent-shallow-copy) - - (make-vcomponent add-line! add-child! make-vline add-attribute! parse-cal-path) - ) + #:export (make-vcomponent + add-line! add-child! + make-vline add-attribute! + parse-cal-path)) (load-extension "libguile-calendar" "init_lib") -- cgit v1.2.3