mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Removed unnecessary code
This commit is contained in:
parent
4bb50b1fa7
commit
04e8a9b3e7
|
@ -1338,8 +1338,6 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
|
|||
Py_DECREF(encoder);
|
||||
return NULL;
|
||||
}
|
||||
} else {
|
||||
context->comment = NULL;
|
||||
}
|
||||
|
||||
if (quality_layers && PySequence_Check(quality_layers)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user