changeset 1424:b09a9457ffe3

Remove useless line.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Nov 2017 02:38:44 +0200
parents 065dedf5890e
children f08c4ace528d
files tools/view64.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/view64.c	Wed Nov 08 02:37:01 2017 +0200
+++ b/tools/view64.c	Wed Nov 08 02:38:44 2017 +0200
@@ -235,7 +235,6 @@
     bmap.pitch = surf->pitch;
     bmap.width = surf->w;
     bmap.height = surf->h;
-    bmap.constpal = TRUE;
 
     if (fmt->convertFrom != NULL)
         ret = fmt->convertFrom(&bmap, cimage, fmt);