From eb8f5ce8201fb58a6a8212687849ad2b92da924d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Jan 2014 19:19:33 -0500 Subject: Clean up module definition. * 2d/wrappers/gl.scm: Remove unused cruft. --- 2d/wrappers/gl.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '2d') 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 -- cgit v1.2.3