output: Get rid of 'prc' member of struct outp_driver.
[pspp-builds.git] / src / output / output.c
index c0747a973dc7db33a2b370b28e25b6e647bb23c3..1b8fe97bf7b9259f150bee1bd9c8a2561a9a8d8d 100644 (file)
@@ -706,7 +706,6 @@ outp_allocate_driver (const struct outp_class *class,
   d->device = types;
   d->cp_x = d->cp_y = 0;
   d->ext = NULL;
-  d->prc = NULL;
   return d;
 }