summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2d/helpers.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/2d/helpers.scm b/2d/helpers.scm
index cce88d8..142161a 100644
--- a/2d/helpers.scm
+++ b/2d/helpers.scm
@@ -25,8 +25,7 @@
#:use-module (srfi srfi-1)
#:use-module (rnrs arithmetic bitwise)
#:export (any-equal?
- logand?
- rgba->gl-color))
+ logand?))
(define (any-equal? elem . args)
"Return #t if ELEM equals any of the elements in the list ARGS."