Don't need that

This commit is contained in:
XANTRONIX Development 2024-01-08 22:01:59 -05:00
parent 7c031aa63b
commit 066312e843

View file

@ -21,12 +21,10 @@ cdef extern from "py3cairo.h":
cdef extern from *:
"""
#define ctx_api() (Pycairo_CAPI)
#define ctx_type() (Pycairo_CAPI->Context_Type)
"""
cdef int import_cairo()
cdef void *ctx_api()
cdef PyTypeObject *ctx_type()
cdef extern from "hexagram/window.h":