Make distcheck work for configure --without-libplot
[pspp-builds.git] / src / output / charts / dummy-chart.c
index e57dc216886b099bf0fa0aadbda06d470db942e4..9d4f722b2411ddb3da506459c756c5e46c18e30d 100644 (file)
 #error This file should be used only when compiling without charts.
 #endif
 
-struct chart *
-chart_create(void)
-{
-  return 0;
-}
-
-
 void
 chart_write_title(struct chart *chart UNUSED, const char *title UNUSED, ...)
 {
 }
 
 
-void
-chart_submit(struct chart *chart UNUSED)
-{
-}
-
-
 void
 chart_write_xscale(struct chart *ch UNUSED,
                    double min UNUSED, double max UNUSED, int ticks UNUSED)