aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libroff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libroff.h b/libroff.h
index b03873a2..558ae0f1 100644
--- 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;
};