Remove superfluous code in SRC_SelectSource

This commit is contained in:
Miroslav Lichvar 2014-01-21 16:38:00 +01:00
parent 4048b200ed
commit ea58500cef

View file

@ -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;