# HG changeset patch # User Matti Hamalainen # Date 1528938118 -10800 # Node ID 6db41588458c00c0cbf81953b4683c4e402a5bc8 # Parent 5204fab92c9eddfc219c925c52e2e592358c1d24 Remove a kludge image encoding op that is now handled by the generic format size matching code. diff -r 5204fab92c9e -r 6db41588458c tools/lib64fmts.c --- 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 }, } },