summaryrefslogtreecommitdiffstats
path: root/mandoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-24 21:31:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-24 21:31:23 +0000
commit4b3a9caedf7632dd837b5d786c41d0d124c06ee4 (patch)
tree531792d234b46886165afa0ee0793e806c4e1f79 /mandoc.c
parenteec9b5ae7a9d9378856fdb038bf9c588af68f047 (diff)
downloadmandoc-4b3a9caedf7632dd837b5d786c41d0d124c06ee4.tar.gz
Remove all references to ESCAPE_PREDEF, which is now not exposed passed
the libroff point. This clears up a nice chunk of code.
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mandoc.c b/mandoc.c
index 9991978d..554c3048 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -164,10 +164,6 @@ mandoc_escape(const char **end, const char **start, int *sz)
if (ESCAPE_ERROR == gly)
gly = ESCAPE_IGNORE;
/* FALLTHROUGH */
- case ('*'):
- if (ESCAPE_ERROR == gly)
- gly = ESCAPE_PREDEF;
- /* FALLTHROUGH */
case ('f'):
if (ESCAPE_ERROR == gly)
gly = ESCAPE_FONT;