summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 07:48:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 07:48:14 +0000
commit2173e28fcf7b145a4c262891755ce23df43319b7 (patch)
tree4a316ed52c44ac044f42398cd28dabf70c79a9a3 /libman.h
parentfe200714381b9d81c222bda224df0dc6dfc61c8a (diff)
downloadmandoc-2173e28fcf7b145a4c262891755ce23df43319b7.tar.gz
Follow-up: forgot to remove useless regset structs.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index 16fb0621..7ce77cdd 100644
--- a/libman.h
+++ b/libman.h
@@ -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;
};