changeset 946:93898b9a04ad

Delete unused format definition.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 02:04:31 +0200
parents 47f111643745
children 5ac8f5513978
files tools/lib64gfx.c
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Thu Feb 26 01:47:31 2015 +0200
+++ b/tools/lib64gfx.c	Thu Feb 26 02:04:31 2015 +0200
@@ -621,26 +621,6 @@
             { DT_COLOR_SET,    11  , 0,  DC_BGCOL, NULL, NULL },
         }
     },
-
-#if 0
-    {
-        D64_FMT_MC | D64_FMT_CHAR, "xx3", "??? (unpacked)", 0x2000, 0,
-        XX3_WIDTH_CH * 4, XX3_HEIGHT_CH * 8,
-        XX3_WIDTH_CH    , XX3_HEIGHT_CH,
-        NULL, NULL,
-        NULL, NULL, NULL,
-        4,
-        {
-            { DT_CHAR_DATA,    0x0000, 0,  XX3_BSIZE, NULL, NULL },
-            { DT_COLOR_RAM,    XX3_BSIZE + XX3_SIZE , 0,  XX3_SIZE, NULL, NULL },
-
-            { DT_CHAR_CONFIG,  D64_CHCFG_LINEAR, 0,  XX3_SIZE, NULL, NULL },
-            { DT_COLOR_SET,    1  , 0,  DC_BGCOL, NULL, NULL },
-            { DT_COLOR_SET,    3  , 0,  DC_D022, NULL, NULL },
-            { DT_COLOR_SET,    4  , 0,  DC_D023, NULL, NULL },
-        }
-    },
-#endif
 };
 
 const int ndmC64ImageFormats = sizeof(dmC64ImageFormats) / sizeof(dmC64ImageFormats[0]);