]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Check for and throw away `gfont' eqn macros.
[mandoc.git] / libman.h
index 8cf5e372dea41c2936cf7f00db98489789b0a3b3..a0f26776416b7c8fd8314279a912deadfa0fe62b 100644 (file)
--- 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;
 };