summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-23 13:48:57 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-23 13:48:57 +0000
commit4ad53635f5202474c55af90f70bba0ade18962cb (patch)
treeec073e4714b3d859a66a94147789aa077e78dd38 /out.c
parentf2c1420553b275dd2f792b3a15c8fb0437f58052 (diff)
downloadmandoc-4ad53635f5202474c55af90f70bba0ade18962cb.tar.gz
support negative horizontal widths in man(7);
minus twenty lines of code in spite of enhanced functionality
Diffstat (limited to 'out.c')
-rw-r--r--out.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/out.c b/out.c
index f5d36fb1..b0024d3f 100644
--- a/out.c
+++ b/out.c
@@ -94,9 +94,6 @@ a2roffsu(const char *src, struct roffsu *dst, enum roffscale def)
break;
}
- /* FIXME: do this in the caller. */
- if (dst->scale < 0.0)
- dst->scale = 0.0;
return(*endptr == '\0' ? 2 : 1);
}