summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-25 16:54:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-25 16:54:59 +0000
commit0c0a3d541585ee74abe4ebf86e66e0e7ac6b15f4 (patch)
treeba9ebb23828929de469f9d846d0cc49b4e2aad50 /out.h
parenta54cd16044e037e3aa0a48950392b69f9ea530bd (diff)
downloadmandoc-0c0a3d541585ee74abe4ebf86e66e0e7ac6b15f4.tar.gz
Delete substantial amounts of code
now that we no longer use variable style= attributes.
Diffstat (limited to 'out.h')
-rw-r--r--out.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/out.h b/out.h
index 14e7ddc7..c9042641 100644
--- a/out.h
+++ b/out.h
@@ -54,11 +54,6 @@ struct rofftbl {
void *arg; /* passed to sulen, slen, and len */
};
-#define SCALE_VS_INIT(p, v) \
- do { (p)->unit = SCALE_VS; \
- (p)->scale = (v); } \
- while (/* CONSTCOND */ 0)
-
#define SCALE_HS_INIT(p, v) \
do { (p)->unit = SCALE_EN; \
(p)->scale = (v); } \