psppire-output-view: Consistently apply "transparent" and "systemcolors".
[pspp] / src / output / cairo.c
index ae6e767603bf14c78cdaf8d078d0739dda155849..c7b14ff68c6baf496f5e1d961402d30f8b014142 100644 (file)
@@ -1612,13 +1612,6 @@ xr_rendering_create_text (struct xr_driver *xr, const char *text, cairo_t *cr)
   return r;
 }
 
-void
-xr_rendering_apply_options (struct xr_rendering *xr, struct string_map *o)
-{
-  if (is_table_item (xr->item))
-    apply_options (xr->xr, o);
-}
-
 struct xr_rendering *
 xr_rendering_create (struct xr_driver *xr, const struct output_item *item,
                      cairo_t *cr)