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 */