Fix problem building with --without-libplot
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 18 Nov 2009 19:00:45 +0000 (20:00 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 18 Nov 2009 19:00:45 +0000 (20:00 +0100)
src/output/charts/dummy-chart.c

index e22f958f7c8e81547c9b103d0de3b37628ce07ee..e00a41f7aa7a49629c8c418a95d4a64b892ea2f6 100644 (file)
 #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, ...)
 {