output: Remove PostScript driver.
[pspp-builds.git] / src / output / output.h
index 8ae5c04be32e48c16ba2674fb5bf628b3e9e23b8..398781f05f547fef57f429386e20af6da4993b31 100644 (file)
@@ -171,7 +171,6 @@ 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