From 3cda30bd13d469eb88e2ab3944fc1affb698fe34 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Jan 2014 20:51:51 -0500 Subject: Remove unused import declarations. * 2d/game.scm: Remove (2d coroutine) and (2d vector2) imports. --- 2d/game.scm | 2 -- 1 file changed, 2 deletions(-) (limited to '2d') 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 -- cgit v1.2.3