summaryrefslogtreecommitdiff
path: root/examples/simple.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-08-17 22:28:43 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-08-17 22:28:43 -0400
commit3467d2f5f51f3eaf3b97ab14951e1c19b4af4e2e (patch)
tree06f57bfe2d61f6945d2057006010203fe47af0a1 /examples/simple.scm
parent48d83a6b66a5e702ecdb5bd5d507d4916b306c15 (diff)
Remove commented code from example.
Diffstat (limited to 'examples/simple.scm')
-rw-r--r--examples/simple.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/simple.scm b/examples/simple.scm
index 0c0d8e6..e5f5ae0 100644
--- a/examples/simple.scm
+++ b/examples/simple.scm
@@ -32,10 +32,6 @@
(add-hook! on-key-down-hook (lambda (key mod unicode) (key-down key mod unicode)))
-;; Load a sprite and center it on the screen.
-;; Must be done AFTER opening the window.
-;; (set! )
-
;; Start the game loop.
;; The render callback will be called through this procedure.
(run-game-loop)