diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-06-25 16:54:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-06-25 16:54:59 +0000 |
commit | 0c0a3d541585ee74abe4ebf86e66e0e7ac6b15f4 (patch) | |
tree | ba9ebb23828929de469f9d846d0cc49b4e2aad50 /out.h | |
parent | a54cd16044e037e3aa0a48950392b69f9ea530bd (diff) | |
download | mandoc-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); } \ |