]> git.cameronkatri.com Git - mandoc.git/blobdiff - libroff.h
Remove duplicate UNCONST definition.
[mandoc.git] / libroff.h
index b03873a24251b85c411579186623116e5589f861..558ae0f1f88aec660e9674a7f7c69b0d1bffb573 100644 (file)
--- a/libroff.h
+++ b/libroff.h
@@ -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 <kristaps@bsd.lv>
  *
@@ -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;
 };