X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.h;h=0570479f964233b5e911577a5c07841b2e6f92ee;hb=a06dd54ab3d37656a1edfb8ee7de859cc0baac0e;hp=8b5455dfd6d6e5466147fe8f7718c3f2b1f8d4f5;hpb=bec5576fde5c6d8cb2b7c67f36eb427814f15b00;p=pspp diff --git a/src/output/cairo.h b/src/output/cairo.h index 8b5455dfd6..0570479f96 100644 --- a/src/output/cairo.h +++ b/src/output/cairo.h @@ -85,11 +85,6 @@ void xr_driver_output_item (struct xr_driver *, const struct output_item *); bool xr_driver_need_new_page (const struct xr_driver *); bool xr_driver_is_page_blank (const struct xr_driver *); -void parse_color (struct output_driver *d, struct string_map *options, - const char *key, const char *default_value, - struct cell_color *); - - /* Render charts with Cairo. */ char *xr_draw_png_chart (const struct chart_item *, const char *file_name_template, int number,