Remove superfluous code in SRC_SelectSource
This commit is contained in:
parent
4048b200ed
commit
ea58500cef
1 changed files with 0 additions and 1 deletions
|
@ -780,7 +780,6 @@ SRC_SelectSource(uint32_t match_refid)
|
||||||
if (index != INVALID_SOURCE) {
|
if (index != INVALID_SOURCE) {
|
||||||
sources[index]->status = SRC_SELECTABLE;
|
sources[index]->status = SRC_SELECTABLE;
|
||||||
sel_sources[j++] = sel_sources[i];
|
sel_sources[j++] = sel_sources[i];
|
||||||
index++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
n_sel_sources = j;
|
n_sel_sources = j;
|
||||||
|
|
Loading…
Reference in a new issue