X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.h;h=af317d9c6b95548db207eac02a5a7c9b87e55aa2;hb=76a1f0f642df732722bee1f62cce37ebf9092ffc;hp=fd9c7b920472429412880303a32b0de9afc7005d;hpb=8e0ceff5f1017f7ee81f9380200016ba59f1db1c;p=pspp-builds.git diff --git a/src/output/cairo.h b/src/output/cairo.h index fd9c7b92..af317d9c 100644 --- a/src/output/cairo.h +++ b/src/output/cairo.h @@ -80,8 +80,6 @@ bool xr_driver_need_new_page (const struct xr_driver *); bool xr_driver_is_page_blank (const struct xr_driver *); /* Render charts with Cairo. */ -void xr_draw_chart (const struct chart_item *, cairo_t *, - double x, double y, double width, double height); char *xr_draw_png_chart (const struct chart_item *, const char *file_name_template, int number);