changeset 1798:6db41588458c

Remove a kludge image encoding op that is now handled by the generic format size matching code.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jun 2018 04:01:58 +0300
parents 5204fab92c9e
children 708d333734f9
files tools/lib64fmts.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Thu Jun 14 04:00:59 2018 +0300
+++ b/tools/lib64fmts.c	Thu Jun 14 04:01:58 2018 +0300
@@ -1558,7 +1558,6 @@
                 { DO_COPY     , DS_SCREEN_RAM  , 0x2000, 0,  0, NULL, NULL },
                 { DO_COPY     , DS_COLOR_RAM   , 0x2400, 0,  0, NULL, NULL },
                 { DO_SET_OP   , DS_BGCOL       , 0x00  , 0,  0, NULL, NULL },
-                { DO_SET_OP   , DS_EXTRA_DATA  , 10240 , 0,  0, NULL, NULL },
                 { DO_LAST     , 0              , 0     , 0,  0, NULL, NULL },
             }
         },