output: Remove PostScript driver.
[pspp-builds.git] / src / output / output.h
index ec9ae87d968391947dcc4f788998e209a73dd99b..398781f05f547fef57f429386e20af6da4993b31 100644 (file)
@@ -171,9 +171,9 @@ void som_destroy_driver (struct outp_driver *);
 
 /* Common drivers. */
 extern const struct outp_class ascii_class;
-extern const struct outp_class postscript_class;
 #ifdef HAVE_CAIRO
 extern const struct outp_class cairo_class;
 #endif
+extern const struct outp_class odt_class;
 
 #endif /* output/output.h */