X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fdummy-chart.c;h=9d4f722b2411ddb3da506459c756c5e46c18e30d;hb=3af9bac9f7828e3a98bb6a76bd6cf63e8d834a70;hp=e57dc216886b099bf0fa0aadbda06d470db942e4;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/output/charts/dummy-chart.c b/src/output/charts/dummy-chart.c index e57dc216..9d4f722b 100644 --- a/src/output/charts/dummy-chart.c +++ b/src/output/charts/dummy-chart.c @@ -32,25 +32,12 @@ #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)