summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
commit0549807bf454b75f97d8256db9bf4888735dc50d (patch)
tree6d1d73accb0327d715b8cb78c46318ab22de1387 /html.c
parent9990d4494b540b6b77b9b9e8c326a1f5e0e431eb (diff)
downloadmandoc-0549807bf454b75f97d8256db9bf4888735dc50d.tar.gz
delete support for the HTML style=height property, which is no longer used
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;