Removed uninitialised variable.
[pspp-builds.git] / src / output / charts / np-plot.h
index 82194e2016bd984668b303267751bd8b99365c86..82c81ed8f35c923fcb54df5342b5bf3f4e44d3b1 100644 (file)
@@ -25,7 +25,6 @@ struct np;
 struct np_plot_chart
   {
     struct chart_item chart_item;
-    char *label;
     struct casereader *data;
     bool detrended;