cairo: Drop unused line_spacing, line_width members from xr_driver.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Dec 2020 01:35:24 +0000 (17:35 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Dec 2020 19:25:12 +0000 (11:25 -0800)
src/output/cairo.c

index e619088fa41ed00a3985cda38a0d2e3d441a8e54..c7b14ff68c6baf496f5e1d961402d30f8b014142 100644 (file)
@@ -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. */