Merge pull request #8377 from radarhere/path_unused

Removed unused ImagePath variable
This commit is contained in:
mergify[bot] 2024-09-13 14:33:05 +00:00 committed by GitHub
commit 8d2bffee11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;