summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-01-12 14:42:11 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-01-12 14:42:11 -0500
commita5aed61e0872a52a66f41b0b3d5d7df45ba3cb74 (patch)
treed860f97dc3c2cd95e35ed76709d0e3f6c4b7e04f /2d
parent400b4f900a8d742c518acdc4607916efbe1e1e48 (diff)
Remove unused export.
* 2d/helpers.scm (rgba->gl-color): Remove export.
Diffstat (limited to '2d')
-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."