changeset 1547:fa4fa9a6e78f

Remove encode stub function, it's not used now.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 21:02:42 +0300
parents 228e71d66089
children 20cd589366d7
files tools/lib64fmts.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Sat May 12 21:02:10 2018 +0300
+++ b/tools/lib64fmts.c	Sat May 12 21:02:42 2018 +0300
@@ -477,18 +477,6 @@
 }
 
 
-static int fmtEncodeStub(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt)
-{
-    (void) buf;
-    (void) img;
-    (void) fmt;
-
-    return dmError(DMERR_NOT_SUPPORTED,
-        "Encoding of '%s' format not supported.\n",
-        fmt->name);
-}
-
-
 //
 // Array with data for supported formats
 //