From: Andre Noll Date: Mon, 5 Feb 2007 22:18:07 +0000 (+0100) Subject: audiod.h: Kill unused struct audiod_task X-Git-Tag: v0.2.15~33 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=712e7b887bcd5cd389c76dafecf0edc5b7cc97c6 audiod.h: Kill unused struct audiod_task The audiod task is an ordinary struct task. --- diff --git a/audiod.h b/audiod.h index 8ead3344..7628c1ea 100644 --- a/audiod.h +++ b/audiod.h @@ -79,16 +79,6 @@ struct slot_info { struct writer_node_group *wng; }; -/** - * the main task of audiod - * - * \sa struct task, struct sched - */ -struct audiod_task { - struct timeval *now; - struct task task; -}; - /** * the task for obtaining para_server's status (para_client stat) *