diff tools/lib64gfx.h @ 1365:60d7240e1a63

Remove hardcoded encoding/decoding operator counts from the structures, use a sentinel instead.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 Sep 2017 01:20:07 +0300
parents ff18d2511843
children fc5ee5b4b0e9
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Sep 22 23:00:32 2017 +0300
+++ b/tools/lib64gfx.h	Sat Sep 23 01:20:07 2017 +0300
@@ -180,7 +180,6 @@
     int  (*convertFrom)(DMImage *, const DMC64Image *);
     int  (*convertTo)(DMImage *, DMC64Image *);
 
-    int nencdecOps;
     DMC64EncDecOp encdecOps[D64_MAX_ENCDEC_OPS];
 } DMC64ImageFormat;