diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-01-12 19:19:33 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-01-12 19:19:33 -0500 |
commit | eb8f5ce8201fb58a6a8212687849ad2b92da924d (patch) | |
tree | b57e5afc5665b5fb1d71c3f6c8d3473bc63698e2 | |
parent | d40a61406c58f071a77f55e414148d790fc1e64d (diff) |
Clean up module definition.
* 2d/wrappers/gl.scm: Remove unused cruft.
-rw-r--r-- | 2d/wrappers/gl.scm | 4 |
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 |