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>
Sat, 19 Dec 2020 05:16:38 +0000 (21:16 -0800)
src/output/cairo.c

index 03d090ba8ed26a5c0f1101caf0b9a5ba17581530..ae6e767603bf14c78cdaf8d078d0739dda155849 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. */