=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/out.c 2010/06/19 20:46:28 1.16 +++ mandoc/out.c 2010/06/25 19:50:23 1.17 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.16 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: out.c,v 1.17 2010/06/25 19:50:23 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -139,8 +139,6 @@ a2roffsu(const char *src, struct roffsu *dst, enum rof if ((dst->scale = atof(buf)) < 0) dst->scale = 0; dst->unit = unit; - dst->pt = hasd; - return(1); }