X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=ccb233180e750b5077ba2cda6d2f622fd2cbad9b;hp=d4abb3b2ba3a2e01d3da64dd7834aecae40dd2e1;hb=c252837b853b35f06fffe637b2a6bf16419da954;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/audiod.c b/audiod.c index d4abb3b2..ccb23318 100644 --- a/audiod.c +++ b/audiod.c @@ -104,18 +104,6 @@ struct command_task { struct task task; }; -/** - * task for signal handling - */ -struct signal_task { - /** the signal pipe */ - int fd; - /** the number of the most recent signal */ - int signum; - /** the associated task structure */ - struct task task; -}; - /** iterate over all supported audio formats */ #define FOR_EACH_AUDIO_FORMAT(af) for (af = 0; af < NUM_AUDIO_FORMATS; af++)