Removed unused variable

This commit is contained in:
Andrew Murray 2024-09-13 23:41:03 +10:00
parent c9eb14e104
commit 1557f7e36f

View File

@ -44,7 +44,6 @@ PyImaging_GetBuffer(PyObject *buffer, Py_buffer *view);
typedef struct {
PyObject_HEAD Py_ssize_t count;
double *xy;
int index; /* temporary use, e.g. in decimate */
} PyPathObject;
static PyTypeObject PyPathType;