remove gl-push-matrix and gl-pop-matrix
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Feb 2013 11:04:52 +0000 (12:04 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 12 Feb 2013 11:05:33 +0000 (12:05 +0100)
* figl/gl.scm: Remove gl-push-matrix and gl-pop-matrix, as there is
  with-gl-push-matrix.

figl/gl.scm

index ba94f56..6267585 100644 (file)
            (%glScalef . gl-scale)
            (%glFrustum . gl-frustum)
            (%glOrtho . gl-ortho)
-           (%glActiveTexture . set-gl-active-texture)
-           (%glPushMatrix . gl-push-matrix)
-           (%glPopMatrix . gl-pop-matrix))
+           (%glActiveTexture . set-gl-active-texture))
 
 ;; emacs: (put 'with-gl-push-matrix 'scheme-indent-function 0)
 (define-syntax with-gl-push-matrix