X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo-chart.h;h=27000cb56fa4cd10fb7706d868fb5171d70fd914;hb=aad0ae4913ecd01ccc954f8828623ad5da35cd1b;hp=edf4ed1148cd25ea2ff4730ebc191f511f04f018;hpb=bf4006fb1f0554d72dc5c3c136cca9caa7491700;p=pspp diff --git a/src/output/cairo-chart.h b/src/output/cairo-chart.h index edf4ed1148..27000cb56f 100644 --- a/src/output/cairo-chart.h +++ b/src/output/cairo-chart.h @@ -118,12 +118,12 @@ void xrchart_write_title (cairo_t *, const struct xrchart_geometry *, /* Set the scale for the abscissa */ void xrchart_write_xscale (cairo_t *, struct xrchart_geometry *, - double min, double max, int ticks); + double min, double max); /* Set the scale for the ordinate */ void xrchart_write_yscale (cairo_t *, struct xrchart_geometry *, - double smin, double smax, int ticks); + double smin, double smax); void xrchart_write_xlabel (cairo_t *, const struct xrchart_geometry *, const char *label) ;