summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/html.c b/html.c
index 432b6d09..52e6a367 100644
--- a/html.c
+++ b/html.c
@@ -711,9 +711,6 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
/* Second letter: style name. */
switch (*fmt++) {
- case 'h':
- attr = "height";
- break;
case 'i':
attr = "text-indent";
break;