Skip to content

Commit 849768d

Browse files
hommradarhere
authored andcommitted
Remove unused declaration
1 parent e7ae4aa commit 849768d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libImaging/Imaging.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,6 @@ ImagingLibTiffDecode(
609609
extern int
610610
ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int bytes);
611611
#endif
612-
#ifdef HAVE_LIBMPEG
613-
extern int
614-
ImagingMpegDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes);
615-
#endif
616612
extern int
617613
ImagingMspDecode(Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes);
618614
extern int

0 commit comments

Comments
 (0)