diff tools/lib64gfx.h @ 2398:0b1928ed902f

Merge dmC64ImageGetNumBlocks() into dmC64SetupImageData().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Jan 2020 01:45:46 +0200
parents 698ee976fb23
children 5c1e3744434b
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Jan 10 01:37:41 2020 +0200
+++ b/tools/lib64gfx.h	Fri Jan 10 01:45:46 2020 +0200
@@ -415,8 +415,6 @@
     const int width, const int height, const BOOL multicolor,
     const int *colors);
 
-int       dmC64ImageGetNumBlocks(const DMC64ImageFormat *fmt);
-
 const char *dmC64GetOpSubjectName(const int subject);
 const DMC64MemBlock * dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank);
 int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);