output: Fix GUI output, which was broken in the chart refactoring.
[pspp-builds.git] / src / ui / gui / psppire-output-window.c
index 56d62904edac87253ca32e2b7ba3ce2e7be511d8..35216d4e518502d809fd8e02965d82945fd53f86 100644 (file)
@@ -247,12 +247,11 @@ static struct outp_class psppire_output_class =
     NULL,                       /* open_page */
     NULL,                       /* close_page */
     NULL,                       /* flush */
+    NULL,                       /* output_chart */
     psppire_output_submit,      /* submit */
     NULL,                       /* line */
     NULL,                       /* text_metrics */
     NULL,                       /* text_draw */
-    NULL,                       /* initialise_chart */
-    NULL,                       /* finalise_chart */
   };
 
 void