mirror of https://gitlab.com/basile.b/dexed.git
insert already calls contains
This commit is contained in:
parent
ba80b6e828
commit
39378d7a47
|
@ -602,10 +602,7 @@ begin
|
|||
begin
|
||||
dep := libraryByAlias[itm.dependencies[j]];
|
||||
if dep.isNotNil then
|
||||
begin
|
||||
if not sel.contains(dep) then
|
||||
sel.insert(dep)
|
||||
end
|
||||
sel.insert(dep)
|
||||
else
|
||||
//auto update: item removed, detect on usage that it has disapeared
|
||||
itm.dependencies.Delete(j);
|
||||
|
|
Loading…
Reference in New Issue