diff tools/lib64fmts.c @ 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 3b613fcbf3ff
children 86373ac0861a
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
 //