summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html.c2
-rw-r--r--html.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/html.c b/html.c
index 68802b74..85d09715 100644
--- a/html.c
+++ b/html.c
@@ -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 */
diff --git a/html.h b/html.h
index c98bc8c0..e4bea8cc 100644
--- a/html.h
+++ b/html.h
@@ -55,8 +55,6 @@ enum htmltag {
};
enum htmlattr {
- ATTR_HTTPEQUIV,
- ATTR_CONTENT,
ATTR_NAME,
ATTR_REL,
ATTR_HREF,