=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- mandoc/out.c 2010/04/07 11:29:55 1.15 +++ mandoc/out.c 2010/06/25 19:50:23 1.17 @@ -1,6 +1,6 @@ -/* $Id: out.c,v 1.15 2010/04/07 11:29:55 kristaps Exp $ */ +/* $Id: out.c,v 1.17 2010/06/25 19:50:23 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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); }