writers: Kill ->open.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index da6f1e75aabfe2ceac26e9d4c7074e243b9829c9..d5834b4c436eafae77cb7a086c045c4bf6f0a81b 100644 (file)
--- a/write.h
+++ b/write.h
@@ -50,16 +50,6 @@ struct writer {
         * This should free whatever was allocated by \ref parse_config_or_die().
         */
        void (*free_config)(void *config);
-       /**
-        * Open one instance of this writer.
-        *
-        * Perform any preparations needed to write the incoming stream.
-        * Usually this function just allocates its private data structure and
-        * stores a pointer to that structure in the ->private data of the
-        * given parameter. This function must either succeed or terminate the
-        * process.
-        */
-       void (*open)(struct writer_node *);
        /**
         * Prepare the fd sets for select.
         *