diff options
Diffstat (limited to '2d')
-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 |