]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
we already parse the GNU tbl(7) "nospaces" option,
[mandoc.git] / libman.h
index b335ef8230dfc95486bddfb4fada59e2936a4d40..ac960a685889db85c29c7bac0e298f4e22cc0c3c 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.85 2018/12/31 04:55:46 schwarze Exp $ */
+/*     $Id: libman.h,v 1.86 2018/12/31 10:04:39 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -39,5 +39,4 @@ struct        man_macro {
 const struct man_macro *man_macro(enum roff_tok);
 
 void             man_descope(struct roff_man *, int, int, char *);
-void             man_state(struct roff_man *, struct roff_node *);
 void             man_unscope(struct roff_man *, const struct roff_node *);