# HG changeset patch # User Matti Hamalainen # Date 1526148162 -10800 # Node ID fa4fa9a6e78f5f2a94146003ac8e09a7bcafe17c # Parent 228e71d6608972e9b489e59a1660d120e2a07558 Remove encode stub function, it's not used now. diff -r 228e71d66089 -r fa4fa9a6e78f tools/lib64fmts.c --- 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 //