summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-01-13 19:02:19 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-01-13 19:02:19 -0500
commit2481d383a78d97fde16007b068d6955c626f5eb0 (patch)
treeb56519c3890d16c676d9c660d288b4ee236fcc5d /2d
parent125ae95c29f655c10973f155be4fdfc3bf0acfd3 (diff)
Remove commented code.
* 2d/texture.scm: Remove commented code.
Diffstat (limited to '2d')
-rw-r--r--2d/texture.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/2d/texture.scm b/2d/texture.scm
index ff6c08a..daa0568 100644
--- a/2d/texture.scm
+++ b/2d/texture.scm
@@ -152,10 +152,6 @@ that will be rendered, in pixels."
(freeimage-flip-vertical 32bit-bitmap)
32bit-bitmap))
-;; (define b (load-bitmap "images/p1_front.png"))
-;; (define t (bitmap->texture b))
-;; (define tid (gl-generate-texture))
-
(define (load-texture filename)
"Load a texture from an image file at FILENAME."
(let* ((bitmap (load-bitmap filename))