diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-10-28 19:55:30 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-10-28 19:55:30 -0400 |
commit | 605d039b532e017674eaa7babc3579c4efd82af2 (patch) | |
tree | eb993396edbf75230bc49b69d1826944bd95d499 | |
parent | 901afdd86ebae15796189762203d63d193f3d21e (diff) |
Remove unneeded (sly camera) imports.
* sly/game.scm: Remove (sly camera) import.
* sly/scene.scm: Likewise.
-rw-r--r-- | sly/game.scm | 1 | ||||
-rw-r--r-- | sly/scene.scm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sly/game.scm b/sly/game.scm index 36561ca..1191f20 100644 --- a/sly/game.scm +++ b/sly/game.scm @@ -29,7 +29,6 @@ #:use-module ((sdl sdl) #:prefix SDL:) #:use-module (gl) #:use-module (sly agenda) - #:use-module (sly camera) #:use-module (sly event) #:use-module (sly math) #:use-module (sly signal) diff --git a/sly/scene.scm b/sly/scene.scm index ddf8548..8b58d10 100644 --- a/sly/scene.scm +++ b/sly/scene.scm @@ -27,7 +27,6 @@ #:use-module (srfi srfi-1) #:use-module (srfi srfi-9) #:use-module (srfi srfi-26) - #:use-module (sly camera) #:use-module (sly signal) #:use-module (sly transform) #:use-module (sly math vector) |