From 89fc5e30c49439f178279be783ef2bac14e05638 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 12 Oct 2022 12:19:01 +0300 Subject: [PATCH] Remove unused and conflicting value --- src/da65/attrtab.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/da65/attrtab.h b/src/da65/attrtab.h index c9af89a4d..847f44b8a 100644 --- a/src/da65/attrtab.h +++ b/src/da65/attrtab.h @@ -66,8 +66,6 @@ typedef enum attr_t { atDepLabel = 0x0040, /* Dependent label */ atUnnamedLabel = 0x0080, /* Unnamed label */ - atLabelDefined = 0x0100, /* True if we defined the label */ - atStyleMask = 0x000F, /* Output style */ atLabelMask = 0x00F0, /* Label information */