Plugged some memory leaks.
[pspp-builds.git] / src / output.h
index bcd093284fdf72538f5cb96c7d28bc2cb61b407d..4b31f050b1ca3712581ffa8147e8876670ff4fc7 100644 (file)
@@ -228,9 +228,6 @@ struct outp_driver_class_list
     struct outp_driver_class_list *next;
   };
 
-/* List of known output driver classes. */
-extern struct outp_driver_class_list *outp_class_list;
-
 /* List of configured output drivers. */
 extern struct outp_driver *outp_driver_list;