Skip to content

Commit

Permalink
Merge pull request #8377 from radarhere/path_unused
Browse files Browse the repository at this point in the history
Removed unused ImagePath variable
  • Loading branch information
mergify[bot] committed Sep 13, 2024
2 parents c9eb14e + 1557f7e commit 8d2bffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/path.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d2bffe

Please sign in to comment.