summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/man.h b/man.h
index 3eea9501..ec01cae1 100644
--- a/man.h
+++ b/man.h
@@ -100,7 +100,6 @@ struct man_node {
};
#define MAN_IGN_MACRO (1 << 0)
-#define MAN_IGN_CHARS (1 << 1)
#define MAN_IGN_ESCAPE (1 << 2)
extern const char *const *man_macronames;