X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fdummy-chart.c;h=e00a41f7aa7a49629c8c418a95d4a64b892ea2f6;hb=fa3552144ad6eb4e55ef1a566c4ecd2168af0dbe;hp=e22f958f7c8e81547c9b103d0de3b37628ce07ee;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp diff --git a/src/output/charts/dummy-chart.c b/src/output/charts/dummy-chart.c index e22f958f7c..e00a41f7aa 100644 --- a/src/output/charts/dummy-chart.c +++ b/src/output/charts/dummy-chart.c @@ -32,6 +32,26 @@ #error This file should be used only when compiling without charts. #endif +void +chart_write_legend (struct chart *ch UNUSED) +{ +} + +void +chart_vector (struct chart *ch UNUSED, double x UNUSED, double y UNUSED) +{ +} + +void +chart_vector_end (struct chart *ch UNUSED) +{ +} + +void +chart_vector_start (struct chart *ch UNUSED, const char *name UNUSED) +{ +} + void chart_write_title (struct chart *chart UNUSED, const char *title UNUSED, ...) {