changeset 2336:4b96459be0d6

dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() should be private functions, so remove the prototypes from header.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Sep 2019 12:09:56 +0300
parents 552146218ace
children 8f4cfe59b2bb
files tools/lib64gfx.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu Sep 19 12:09:06 2019 +0300
+++ b/tools/lib64gfx.h	Thu Sep 19 12:09:56 2019 +0300
@@ -430,9 +430,6 @@
 int       dmC64DecodeBMP(DMC64Image **img, const DMGrowBuf *buf, const size_t probeOffs, const size_t loadOffs, const DMC64ImageFormat **fmt, const DMC64ImageFormat *forced);
 int       dmC64EncodeBMP(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt);
 
-int       dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec);
-int       dmC64ConvertGenericImage2BMP(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec);
-
 int       dmGenericRLEAnalyze(const DMGrowBuf *buf, DMCompParams *cfg);
 
 void      dmSetupRLEBuffers(DMGrowBuf *dst, DMGrowBuf *src, const DMCompParams *cfg);