diff options
-rw-r--r-- | html.c | 2 | ||||
-rw-r--r-- | html.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -78,8 +78,6 @@ static const struct htmldata htmltags[TAG_MAX] = { }; static const char *const htmlattrs[ATTR_MAX] = { - "http-equiv", /* ATTR_HTTPEQUIV */ - "content", /* ATTR_CONTENT */ "name", /* ATTR_NAME */ "rel", /* ATTR_REL */ "href", /* ATTR_HREF */ @@ -55,8 +55,6 @@ enum htmltag { }; enum htmlattr { - ATTR_HTTPEQUIV, - ATTR_CONTENT, ATTR_NAME, ATTR_REL, ATTR_HREF, |