output: Move parse_color() from cairo.c to options.c.
[pspp] / src / output / cairo.h
index 8b5455dfd6d6e5466147fe8f7718c3f2b1f8d4f5..0570479f964233b5e911577a5c07841b2e6f92ee 100644 (file)
@@ -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,