changeset 2316:ffdc51f0c9cd

Comment adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Aug 2019 12:18:39 +0300
parents 87533af8db64
children a566700297c9
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed Jul 10 11:23:34 2019 +0300
+++ b/tools/lib64gfx.h	Tue Aug 27 12:18:39 2019 +0300
@@ -227,12 +227,9 @@
     // for example raster colours might be stored
     DMC64MemBlock extraData[D64_MAX_EXTRA_DATA];
 
-    // Extra information / settings used by some formats,
-    // for example some PETSCII-type formats.
+    // Extra information / settings
     // See D64_EI_* constants.
     int extraInfo[D64_MAX_EXTRA_INFO];
-
-    //DMC64Sprite sprites[D64_MAX_SPRITES];
 } DMC64Image;