mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 23:30:34 +03:00
Remove unused declaration
This commit is contained in:
parent
e7ae4aaad0
commit
849768df7a
|
@ -609,10 +609,6 @@ ImagingLibTiffDecode(
|
||||||
extern int
|
extern int
|
||||||
ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int bytes);
|
ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int bytes);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBMPEG
|
|
||||||
extern int
|
|
||||||
ImagingMpegDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes);
|
|
||||||
#endif
|
|
||||||
extern int
|
extern int
|
||||||
ImagingMspDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes);
|
ImagingMspDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes);
|
||||||
extern int
|
extern int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user