aboutsummaryrefslogtreecommitdiff
path: root/code.scm
diff options
context:
space:
mode:
Diffstat (limited to 'code.scm')
-rw-r--r--code.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/code.scm b/code.scm
index d7167c92..8cffc7e1 100644
--- a/code.scm
+++ b/code.scm
@@ -29,9 +29,6 @@
(begin body ...)
(if pred-value STR-RESET ""))))
-(define-syntax-rule (for-each-in lst proc)
- (for-each proc lst))
-
(define* (print-vcomponent comp #:optional (depth 0))
(let ((kvs (map (lambda (key) (cons key (get-attr comp key)))