diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-05 13:39:26 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-05 13:39:26 -0500 |
commit | 492ecaf9574c5c1d1aadb87a0f3bf839e753f05f (patch) | |
tree | a3e31613559d9f929b67550a477168675c84e50b | |
parent | 4c29a5528ca1d3559b8062ed111cb1e632c2ae4c (diff) |
render: font: Remove unused module imports.
-rw-r--r-- | sly/render/font.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sly/render/font.scm b/sly/render/font.scm index 32f425c..4bf055f 100644 --- a/sly/render/font.scm +++ b/sly/render/font.scm @@ -30,8 +30,6 @@ #:use-module ((sdl2) #:prefix sdl2:) #:use-module ((sdl2 surface) #:prefix sdl2:) #:use-module ((sdl2 ttf) #:prefix sdl2:) - #:use-module (gl) - #:use-module (sly wrappers gl) #:use-module (sly render color) #:use-module (sly config) #:use-module (sly render sprite) |