diff pytouhou/ui/sprite.pyx @ 512:b39ad30c6620

Add a pure SDL backend.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 05 Dec 2013 01:55:39 +0100
parents bfea9e9a6845
children
line wrap: on
line diff
--- a/pytouhou/ui/sprite.pyx
+++ b/pytouhou/ui/sprite.pyx
@@ -20,7 +20,6 @@ from pytouhou.ui.renderer cimport Textur
 
 
 cpdef object get_sprite_rendering_data(Sprite sprite):
-    cdef Matrix vertmat
     cdef double tx, ty, tw, th, sx, sy, rx, ry, rz, tox, toy
     cdef object tmp1, tmp2