diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-01-12 14:42:11 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-01-12 14:42:11 -0500 |
commit | a5aed61e0872a52a66f41b0b3d5d7df45ba3cb74 (patch) | |
tree | d860f97dc3c2cd95e35ed76709d0e3f6c4b7e04f /2d | |
parent | 400b4f900a8d742c518acdc4607916efbe1e1e48 (diff) |
Remove unused export.
* 2d/helpers.scm (rgba->gl-color): Remove export.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/helpers.scm | 3 |
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." |