]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Make afs commands work.
[paraslash.git] / audiod.c
index d4abb3b2ba3a2e01d3da64dd7834aecae40dd2e1..ccb233180e750b5077ba2cda6d2f622fd2cbad9b 100644 (file)
--- 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++)