diff options
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -57,11 +57,6 @@ struct rofftbl { void *arg; /* passed to sulen, slen, and len */ }; -#define SCALE_HS_INIT(p, v) \ - do { (p)->unit = SCALE_EN; \ - (p)->scale = (v); } \ - while (/* CONSTCOND */ 0) - struct tbl_span; |