diff pytouhou/ui/window.pxd @ 552:aad758aef26d

Don’t store framerate limit in the Window while it already is in the Clock.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 27 May 2014 19:25:33 +0200
parents de778a80820a
children 8f51e34d911c
line wrap: on
line diff
--- a/pytouhou/ui/window.pxd
+++ b/pytouhou/ui/window.pxd
@@ -20,7 +20,6 @@ cdef class Runner:
 
 cdef class Window:
     cdef sdl.Window win
-    cdef long fps_limit
     cdef public bint use_fixed_pipeline
     cdef Runner runner
     cdef Clock clock