summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-01-12 19:19:33 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-01-12 19:19:33 -0500
commiteb8f5ce8201fb58a6a8212687849ad2b92da924d (patch)
treeb57e5afc5665b5fb1d71c3f6c8d3473bc63698e2 /2d
parentd40a61406c58f071a77f55e414148d790fc1e64d (diff)
Clean up module definition.
* 2d/wrappers/gl.scm: Remove unused cruft.
Diffstat (limited to '2d')
-rw-r--r--2d/wrappers/gl.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/2d/wrappers/gl.scm b/2d/wrappers/gl.scm
index 8360463..0838abc 100644
--- a/2d/wrappers/gl.scm
+++ b/2d/wrappers/gl.scm
@@ -23,9 +23,7 @@
;;; Code:
(define-module (2d wrappers gl)
- #:use-module (figl runtime)
- #:use-module ((figl gl low-level) #:renamer (symbol-prefix-proc '%))
- #:export (pixel-format*))
+ #:use-module ((figl gl low-level) #:renamer (symbol-prefix-proc '%)))
;;;
;;; 3.8.1 Texture Image Specification