mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-23 07:44:37 +03:00
Merge pull request #8377 from radarhere/path_unused
Removed unused ImagePath variable
This commit is contained in:
commit
8d2bffee11
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user