From 5897dc466ca264576acf342c13448b8dcee353bd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Jul 2013 19:33:36 -0400 Subject: Update examples. --- examples/coroutine.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'examples/coroutine.scm') diff --git a/examples/coroutine.scm b/examples/coroutine.scm index d2a53d3..2791944 100644 --- a/examples/coroutine.scm +++ b/examples/coroutine.scm @@ -1,9 +1,4 @@ -(use-modules (figl gl) - (srfi srfi-1) - (srfi srfi-9) - (srfi srfi-42) - (ice-9 format) - (2d sprite) +(use-modules (2d sprite) (2d game-loop) (2d window) (2d helpers) -- cgit v1.2.3