changeset 1624:9a8395b56d1a

Remove unused message argument.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 16 May 2018 14:38:10 +0300
parents 4c89840a5c89
children c8afa3e6c413
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Wed May 16 13:53:44 2018 +0300
+++ b/tools/libgfx.c	Wed May 16 14:38:10 2018 +0300
@@ -1832,7 +1832,7 @@
 
                 iff.ncolors = chunk.size / 3;
                 dmMsg(2, "ILBM: CMAP %d entries (%d bytes)\n",
-                    iff.ncolors, chunk.size, 1 << iff.bmhd.nplanes);
+                    iff.ncolors, chunk.size);
 
                 if (iff.bmhd.nplanes > 0 && iff.ncolors != 1 << iff.bmhd.nplanes)
                     dmMsg(2, "ILBM: Expected %d entries in CMAP.\n", 1 << iff.bmhd.nplanes);