=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mandoc/out.c 2010/04/07 23:15:05 1.4 +++ src/usr.bin/mandoc/out.c 2010/06/27 20:28:56 1.5 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.4 2010/04/07 23:15:05 schwarze Exp $ */ +/* $Id: out.c,v 1.5 2010/06/27 20:28:56 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -135,8 +135,6 @@ if ((dst->scale = atof(buf)) < 0) dst->scale = 0; dst->unit = unit; - dst->pt = hasd; - return(1); }