diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-09 13:03:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-09 13:03:45 -0500 |
commit | 2d7d9ad02e22adcb5461d96a3e558f0b45da910c (patch) | |
tree | 068b4864ba447b0cbff1f56bbaf0d3c1555347a7 /2d | |
parent | 44f4d45b65ad9400417dc5e71a36b2372c0eb113 (diff) |
Remove silly circular import.
* 2d/game.scm: Don't import (2d game), silly.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/game.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2d/game.scm b/2d/game.scm index 31780d0..21bad86 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -27,7 +27,6 @@ #:use-module (figl gl) #:use-module (2d agenda) #:use-module (2d event) - #:use-module (2d game) #:use-module (2d signals) #:use-module (2d window) #:export (ticks-per-second |