aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 8cf5e372..a0f26776 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.52 2011/07/18 07:46:41 kristaps Exp $ */
+/* $Id: libman.h,v 1.53 2011/07/18 07:48:14 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -36,7 +36,6 @@ struct man {
struct man_node *last; /* the last parsed node */
struct man_node *first; /* the first parsed node */
struct man_meta meta; /* document meta-data */
- struct regset *regs; /* registers */
struct roff *roff;
};