Fixed a multitude of C89 compatibility warnings.
[pspp-builds.git] / src / output / charts / cartesian.h
index 9f68ba14857cd3e6ad2bc3dda62cf6bd2d94e0a4..6a23390cb3446707cefd86b810885f1ab38ce65a 100644 (file)
@@ -30,12 +30,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);