Skip to content

Commit 8d2bffe

Browse files
authored
Merge pull request #8377 from radarhere/path_unused
Removed unused ImagePath variable
2 parents c9eb14e + 1557f7e commit 8d2bffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/path.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ PyImaging_GetBuffer(PyObject *buffer, Py_buffer *view);
4444
typedef struct {
4545
PyObject_HEAD Py_ssize_t count;
4646
double *xy;
47-
int index; /* temporary use, e.g. in decimate */
4847
} PyPathObject;
4948

5049
static PyTypeObject PyPathType;

0 commit comments

Comments
 (0)