output: Make chart geometry the responsibility of the output driver.
[pspp] / src / output / chart.h
index 598c91eb9fb492c1f4d78b79c8e8e9c4b2940e84..b05b5ba41accc41eeeccda56ff1a7bbeadb996a3 100644 (file)
@@ -28,7 +28,6 @@
 
 struct chart;
 
-void chart_draw (const struct chart *, plPlotter *);
 struct chart *chart_ref (const struct chart *);
 void chart_unref (struct chart *);