Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 24, 2023
1 parent 5d3db7f commit d859c2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,10 +1800,6 @@ _putpixel(ImagingObject *self, PyObject *args) {
return NULL;
}

if (self->access) {
self->access->put_pixel(im, x, y, ink);
}

Py_INCREF(Py_None);
return Py_None;
}
Expand Down

0 comments on commit d859c2c

Please sign in to comment.