Skip to content

Commit

Permalink
Remove superfluous declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Jul 29, 2024
1 parent f347c2e commit e997049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/LibTIFF4/tiffiop.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ extern "C"
extern int _TIFFRewriteField(TIFF *, uint16_t, TIFFDataType, tmsize_t,
void *);
extern int TIFFSetCompressionScheme(TIFF *tif, int scheme);
extern int TIFFSetDefaultCompressionState(TIFF *tif);
extern uint32_t _TIFFDefaultStripSize(TIFF *tif, uint32_t s);
extern void _TIFFDefaultTileSize(TIFF *tif, uint32_t *tw, uint32_t *th);

Expand Down

0 comments on commit e997049

Please sign in to comment.