X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fcartesian.h;h=b8a86527ab908ac5d610834a4dd1c95072f38d68;hb=5aa037d0c36fcaf2a1ad3995bffe5c32fd201124;hp=9f68ba14857cd3e6ad2bc3dda62cf6bd2d94e0a4;hpb=000e3e8c5818476c3afbc75fad9347aefb6e902a;p=pspp diff --git a/src/output/charts/cartesian.h b/src/output/charts/cartesian.h index 9f68ba1485..b8a86527ab 100644 --- a/src/output/charts/cartesian.h +++ b/src/output/charts/cartesian.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -30,12 +29,6 @@ enum CHART_DIM }; -/* Write the abscissa label */ -void chart_write_xlabel(struct chart *ch, const char *label); - - -/* Write the ordinate label */ -void chart_write_ylabel(struct chart *ch, const char *label); /* Plot a data point */ void chart_datum(struct chart *ch, int dataset UNUSED, double x, double y);