X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo-chart.h;h=60ef282928b913e768ca25c693793abdfe9ef9bd;hb=e0c5553451a33f2f3bcbd877da0b0e8551d09ff8;hp=116a8c990110be01d1e21a900874e18823a703c9;hpb=d3487b8eeb911e0547acf72fe4481338d78d0721;p=pspp diff --git a/src/output/cairo-chart.h b/src/output/cairo-chart.h index 116a8c9901..60ef282928 100644 --- a/src/output/cairo-chart.h +++ b/src/output/cairo-chart.h @@ -178,9 +178,4 @@ void xrchart_draw_spreadlevel (const struct chart_item *, cairo_t *, void xrchart_draw_scatterplot (const struct chart_item *, cairo_t *, struct xrchart_geometry *); -/* Get the width and height of rendered label text */ -void xrchart_text_extents (cairo_t *cr, const struct xrchart_geometry *geom, - const char *utf8, - double *width, double *height); - #endif /* output/cairo-chart.h */