mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Merge pull request #8370 from radarhere/comments
This commit is contained in:
commit
3023cf968d
|
@ -1411,10 +1411,3 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Local Variables:
|
|
||||||
* c-basic-offset: 4
|
|
||||||
* End:
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
|
@ -104,10 +104,3 @@ typedef struct {
|
||||||
int plt;
|
int plt;
|
||||||
|
|
||||||
} JPEG2KENCODESTATE;
|
} JPEG2KENCODESTATE;
|
||||||
|
|
||||||
/*
|
|
||||||
* Local Variables:
|
|
||||||
* c-basic-offset: 4
|
|
||||||
* End:
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
|
@ -979,10 +979,3 @@ ImagingJpeg2KVersion(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_OPENJPEG */
|
#endif /* HAVE_OPENJPEG */
|
||||||
|
|
||||||
/*
|
|
||||||
* Local Variables:
|
|
||||||
* c-basic-offset: 4
|
|
||||||
* End:
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
|
@ -652,10 +652,3 @@ ImagingJpeg2KEncodeCleanup(ImagingCodecState state) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_OPENJPEG */
|
#endif /* HAVE_OPENJPEG */
|
||||||
|
|
||||||
/*
|
|
||||||
* Local Variables:
|
|
||||||
* c-basic-offset: 4
|
|
||||||
* End:
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user