]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Kill another unused variable
authorAndre <maan@p133.(none)>
Sat, 25 Mar 2006 20:41:53 +0000 (21:41 +0100)
committerAndre <maan@p133.(none)>
Sat, 25 Mar 2006 20:41:53 +0000 (21:41 +0100)
audiod.c

index 22371f45f7ff18f8fcd6eb8474729586c4b26fbe..107fb35e641c157bc07667bf0549681799702ea8 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -463,7 +463,6 @@ static void close_receiver(int slot_num)
 {
        struct slot_info *s = &slot[slot_num];
        struct audio_format_info *a;
-       struct timeval now;
 
        if (s->format < 0 || !s->receiver_node)
                return;