about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 23:22:49 -0500
committerCase Duckworth2023-05-31 23:22:49 -0500
commit4eff7a0367be6b32a0b4506118282a54be1f203b (patch)
tree01a7f5de7cd7294075d6b2611ba260b2608a8aec
parentThe snake moves on its own! (diff)
downloadapple-4eff7a0367be6b32a0b4506118282a54be1f203b.tar.gz
apple-4eff7a0367be6b32a0b4506118282a54be1f203b.zip
Remove spurious import
-rwxr-xr-xgame.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.scm b/game.scm index ab4fd7b..7a43720 100755 --- a/game.scm +++ b/game.scm
@@ -18,7 +18,6 @@ See COPYING for details.
18 (yolk erase) 18 (yolk erase)
19 (yolk cursor) 19 (yolk cursor)
20 (yolk attrs) 20 (yolk attrs)
21 (srfi 18)
22 (matchable) 21 (matchable)
23 (stty)) 22 (stty))
24 23