From 5913ef464aff461a76f3656916265d81de91a9ae Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 22 Oct 2007 23:59:35 +0200 Subject: [PATCH 1/1] vss.c: Kill an unused variable. --- vss.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vss.c b/vss.c index 70b54f64..5415929b 100644 --- a/vss.c +++ b/vss.c @@ -624,14 +624,12 @@ int vss_get_chunk(long unsigned chunk_num, char **buf, size_t *len) void vss_send_chunk(void) { int i; - struct audio_format_handler *af; struct timeval now, due; char *buf; size_t len; if (mmd->audio_format < 0 || !map || !vss_playing()) return; - af = &afl[mmd->audio_format]; gettimeofday(&now, NULL); vss_next_chunk_time(&due); if (tv_diff(&due, &now, NULL) > 0) -- 2.30.2