summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 10:36:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 10:36:01 +0000
commitefcbdf615c8624d52ec2a7278d7684bb10f47d15 (patch)
treef929547d85cc4b348ea38a6846ef0a380c039563 /mdoc.h
parent0ca4962fdcdee1151bf78c0961745c567d1adb6e (diff)
downloadmandoc-efcbdf615c8624d52ec2a7278d7684bb10f47d15.tar.gz
Deprecated mdoc_msg (not being used anywhere).
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 *);