mirror of https://gitlab.com/basile.b/dexed.git
duplicated test
This commit is contained in:
parent
b0f23d591b
commit
c8f83e1140
|
@ -112,8 +112,6 @@ begin
|
|||
begin
|
||||
if aList.IndexOf(itm.libFile) <> -1 then
|
||||
continue;
|
||||
if not FileExists(itm.libFile) then
|
||||
continue;
|
||||
aList.Add(itm.libFile);
|
||||
end
|
||||
// folder of lib file
|
||||
|
|
Loading…
Reference in New Issue