X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/495895571c4a70fbf6e228700c3d58f4e7560839..fa097d3df280b2adb39ec3b99fd44d324aa2fbb1:/libman.h 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 * @@ -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; };