diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-01-26 20:51:51 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-01-26 20:51:51 -0500 |
commit | 3cda30bd13d469eb88e2ab3944fc1affb698fe34 (patch) | |
tree | 17b0899a85c208f174345815b4c59a6c499d4940 /2d | |
parent | c9c97dd8bcb0b6365b7180d5e5c946eb179c057e (diff) |
Remove unused import declarations.
* 2d/game.scm: Remove (2d coroutine) and (2d vector2) imports.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/game.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2d/game.scm b/2d/game.scm index e8bcfaa..1594b4a 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -26,11 +26,9 @@ #:use-module ((sdl sdl) #:prefix SDL:) #:use-module (figl gl) #:use-module (2d agenda) - #:use-module (2d coroutine) #:use-module (2d event) #:use-module (2d game) #:use-module (2d signals) - #:use-module (2d vector2) #:use-module (2d window) #:export (ticks-per-second tick-interval |