Author: ArcRiley Date: 2007-07-04 19:54:58 -0400 (Wed, 04 Jul 2007) New Revision: 351
Modified: trunk/pysoy/src/textures/soy.textures.pxd Log: This either Modified: trunk/pysoy/src/textures/soy.textures.pxd =================================================================== --- trunk/pysoy/src/textures/soy.textures.pxd 2007-07-04 23:53:58 UTC (rev 350) +++ trunk/pysoy/src/textures/soy.textures.pxd 2007-07-04 23:54:58 UTC (rev 351) @@ -38,15 +38,3 @@ cdef void _bind(self) cdef void _resize(self, int, int, int, int) cdef int _squareup(self, int) - -cdef class Video (Texture) : - cdef ogg.ogg_sync_state _oy - cdef ogg.ogg_page _og - cdef ogg.ogg_stream_state _vo - cdef ogg.ogg_stream_state _to - cdef ogg.theora_info _ti - cdef ogg.theora_comment _tc - cdef ogg.theora_state _td - cdef void *_fd - # C methods - cdef int _read(self) _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
