=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- mandoc/out.c 2014/12/23 09:31:46 1.56 +++ mandoc/out.c 2014/12/23 13:48:57 1.57 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.56 2014/12/23 09:31:46 schwarze Exp $ */ +/* $Id: out.c,v 1.57 2014/12/23 13:48:57 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2014 Ingo Schwarze @@ -94,9 +94,6 @@ a2roffsu(const char *src, struct roffsu *dst, enum rof break; } - /* FIXME: do this in the caller. */ - if (dst->scale < 0.0) - dst->scale = 0.0; return(*endptr == '\0' ? 2 : 1); }