audiod: Rewrite status task logic.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 1a3f193ddcd89369f6456a715dd56bde7650a42b..a73ada5d06039b0d9c175c3266b581dd0a79d689 100644 (file)
--- a/write.h
+++ b/write.h
@@ -103,8 +103,6 @@ struct writer_node_group {
        size_t max_chunk_bytes;
        /** Non-zero if an error or end of file was encountered by the feeding task. */
        int *input_error;
-       /** Non-zero if an error occurred or end of file was encountered. */
-       int error;
        /** current output buffer */
        char *buf;
        /** number of bytes loaded in the output buffer */