=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/Attic/libroff.h 2011/02/06 20:36:36 1.18 +++ mandoc/Attic/libroff.h 2011/02/09 09:05:52 1.19 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.18 2011/02/06 20:36:36 kristaps Exp $ */ +/* $Id: libroff.h,v 1.19 2011/02/09 09:05:52 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -44,8 +44,6 @@ struct tbl_node { }; struct eqn_node { - int pos; /* invocation column */ - int line; /* invocation line */ struct eqn eqn; struct eqn_node *next; };