From 3467d2f5f51f3eaf3b97ab14951e1c19b4af4e2e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 17 Aug 2013 22:28:43 -0400 Subject: Remove commented code from example. --- examples/simple.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') 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) -- cgit v1.2.3