diff options
author | Case Duckworth | 2023-05-31 23:22:49 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-31 23:22:49 -0500 |
commit | 4eff7a0367be6b32a0b4506118282a54be1f203b (patch) | |
tree | 01a7f5de7cd7294075d6b2611ba260b2608a8aec | |
parent | The snake moves on its own! (diff) | |
download | apple-4eff7a0367be6b32a0b4506118282a54be1f203b.tar.gz apple-4eff7a0367be6b32a0b4506118282a54be1f203b.zip |
Remove spurious import
-rwxr-xr-x | game.scm | 1 |
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 | ||