From 87b78c29de8e6f0f2b6395345dd2bec5d427af0c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 5 Dec 2020 17:35:24 -0800 Subject: [PATCH] cairo: Drop unused line_spacing, line_width members from xr_driver. --- src/output/cairo.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/output/cairo.c b/src/output/cairo.c index e619088fa4..c7b14ff68c 100644 --- a/src/output/cairo.c +++ b/src/output/cairo.c @@ -148,9 +148,6 @@ struct xr_driver int top_margin; /* Top margin in inch/(72 * XR_POINT). */ int bottom_margin; /* Bottom margin in inch/(72 * XR_POINT). */ - int line_space; /* Space between lines. */ - int line_width; /* Width of lines. */ - int min_break[TABLE_N_AXES]; /* Min cell size to break across pages. */ int object_spacing; /* Space between output objects. */ -- 2.30.2