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/output/common.scm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'module/output/common.scm') diff --git a/module/output/common.scm b/module/output/common.scm index 0d266d01..f572a282 100644 --- a/module/output/common.scm +++ b/module/output/common.scm @@ -9,15 +9,6 @@ :use-module (vcomponent) ) -;; TODO this is also defined @ (vcomponent parse component) -(define-public (x-property? symb) - (string=? "X-" (string-take (symbol->string symb) 2))) - -;; TODO this is also defined twice -(define-public (generate-uuid) - ((@ (rnrs io ports) call-with-port) - ((@ (ice-9 popen) open-input-pipe) "uuidgen") - (@ (ice-9 rdelim) read-line))) (define*-public (internal-field? symbol optional: (prefix "X-HNH-")) (string=? prefix -- cgit v1.2.3