summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-18 22:55:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-18 22:55:06 +0000
commit142f3db069bd40d760a2926765c0e051b7789cdf (patch)
treea7b636f8a532e68e56018309f3a16f4cddf54b1a /out.h
parentb3729dc0b7e8a9d8bc2b72799e6a7d50e94aaa7b (diff)
downloadmandoc-142f3db069bd40d760a2926765c0e051b7789cdf.tar.gz
Throw out a2roffdeco() in out.c for a readable version. The prior one
was completely unmaintainable. The new one is both readable and quite similar to mandoc_special(), which in future versions will easily allow throwing-away of unsupported escapes (such as \m). It's also a fair bit smaller. DECO_SIZE has been removed: this crap, like colours, will not be supported. mandoc_special() also has #if 0'd switch branches for ALL groff.7 escapes and some lint fixes.
Diffstat (limited to 'out.h')
-rw-r--r--out.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/out.h b/out.h
index 80a2d40c..c787f0c6 100644
--- a/out.h
+++ b/out.h
@@ -43,7 +43,6 @@ enum roffdeco {
DECO_ITALIC,
DECO_ROMAN,
DECO_PREVIOUS,
- DECO_SIZE,
DECO_NOSPACE,
DECO_FONT, /* font */
DECO_FFONT, /* font family */