=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.52 retrieving revision 1.54 diff -u -p -r1.52 -r1.54 --- mandoc/libman.h 2011/07/18 07:46:41 1.52 +++ mandoc/libman.h 2011/09/18 14:14:15 1.54 @@ -1,6 +1,6 @@ -/* $Id: libman.h,v 1.52 2011/07/18 07:46:41 kristaps Exp $ */ +/* $Id: libman.h,v 1.54 2011/09/18 14:14:15 schwarze Exp $ */ /* - * Copyright (c) 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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; };