# HG changeset patch # User Matti Hamalainen # Date 1510101524 -7200 # Node ID b09a9457ffe34b59220480d80a4daa230e679d25 # Parent 065dedf5890ef16457827f721c6ad38c16115d9c Remove useless line. diff -r 065dedf5890e -r b09a9457ffe3 tools/view64.c --- 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);