From ea58500cefbf632dc09cfc35df59ae36caa6cc9b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 21 Jan 2014 16:38:00 +0100 Subject: [PATCH] Remove superfluous code in SRC_SelectSource --- sources.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sources.c b/sources.c index 6098d78..6c6a5bb 100644 --- a/sources.c +++ b/sources.c @@ -780,7 +780,6 @@ SRC_SelectSource(uint32_t match_refid) if (index != INVALID_SOURCE) { sources[index]->status = SRC_SELECTABLE; sel_sources[j++] = sel_sources[i]; - index++; } } n_sel_sources = j;