From b4b566f2e27b30860a34ca722167ff748d29060d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Sep 2014 09:26:01 +0000 Subject: Remove last hard-coded width attribute. --- html.h | 1 - 1 file changed, 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index b2087049..04b924a6 100644 --- a/html.h +++ b/html.h @@ -62,7 +62,6 @@ enum htmlattr { ATTR_MEDIA, ATTR_CLASS, ATTR_STYLE, - ATTR_WIDTH, ATTR_ID, ATTR_COLSPAN, ATTR_CHARSET, -- cgit