diff mbox series

[FFmpeg-devel,05/10] avcodec/tiff_common: Remove declarations of inexistent functions

Message ID 20210123204800.689497-5-andreas.rheinhardt@gmail.com
State Accepted
Commit ae5be6236f6456ec183a8127296863c272888b39
Headers show
Series [FFmpeg-devel,01/10] avcodec/atrac3plus_data: Remove unused arrays | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 23, 2021, 8:47 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/tiff_common.h | 20 --------------------
 1 file changed, 20 deletions(-)

Comments

Paul B Mahol Jan. 23, 2021, 9:52 p.m. UTC | #1
LGTM
diff mbox series

Patch

diff --git a/libavcodec/tiff_common.h b/libavcodec/tiff_common.h
index 03558c31a3..019d23e6d5 100644
--- a/libavcodec/tiff_common.h
+++ b/libavcodec/tiff_common.h
@@ -79,26 +79,6 @@  double   ff_tget_double(GetByteContext *gb, int le);
 /** Reads a byte from the bytestream using given endianness. */
 unsigned ff_tget(GetByteContext *gb, int type, int le);
 
-/** Returns an allocated string containing count
- *  rational values using the given separator.
- */
-char *ff_trationals2str(int *rp, int count, const char *sep);
-
-/** Returns an allocated string containing count
- *  long values using the given separator.
- */
-char *ff_tlongs2str(int32_t *lp, int count, const char *sep);
-
-/** Returns an allocated string containing count
- *  double values using the given separator.
- */
-char *ff_tdoubles2str(double *dp, int count, const char *sep);
-
-/** Returns an allocated string containing count
- *  short values using the given separator.
- */
-char *ff_tshorts2str(int16_t *sp, int count, const char *sep);
-
 /** Adds count rationals converted to a string
  *  into the metadata dictionary.
  */