Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 13, 2024
1 parent c9eb14e commit 1557f7e
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 1557f7e

Please sign in to comment.