diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-01-13 19:02:19 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-01-13 19:02:19 -0500 |
commit | 2481d383a78d97fde16007b068d6955c626f5eb0 (patch) | |
tree | b56519c3890d16c676d9c660d288b4ee236fcc5d | |
parent | 125ae95c29f655c10973f155be4fdfc3bf0acfd3 (diff) |
Remove commented code.
* 2d/texture.scm: Remove commented code.
-rw-r--r-- | 2d/texture.scm | 4 |
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)) |