diff pytouhou/ui/opengl/background.pxd @ 560:c759b97f4f81

Remove all reference to the old fixed pipeline option in the OpenGL backend, use the newer is_legacy one.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 May 2014 16:51:38 +0200
parents 94725968dabb
children 4b0593da29d5
line wrap: on
line diff
--- a/pytouhou/ui/opengl/background.pxd
+++ b/pytouhou/ui/opengl/background.pxd
@@ -10,7 +10,6 @@ cdef struct Vertex:
 cdef class BackgroundRenderer:
     cdef GLuint texture
     cdef GLsizei nb_indices
-    cdef unsigned int use_fixed_pipeline
 
     # For modern GL.
     cdef GLuint vbo, ibo