summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index c5af4a43..62cf0204 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -278,7 +278,6 @@ struct mdoc_node {
/* Call-backs for parse messages. */
struct mdoc_cb {
- void (*mdoc_msg)(void *, int, int, const char *);
int (*mdoc_err)(void *, int, int, const char *);
int (*mdoc_warn)(void *, int, int,
enum mdoc_warn, const char *);