From 066312e843aebec4d05068683b570a615c4157a3 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 8 Jan 2024 22:01:59 -0500 Subject: [PATCH] Don't need that --- py/hexagram/window.pxd | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/hexagram/window.pxd b/py/hexagram/window.pxd index ea88c8c..2734f72 100644 --- a/py/hexagram/window.pxd +++ b/py/hexagram/window.pxd @@ -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":