light: remove dead code
This commit is contained in:
parent
ca7bfc62db
commit
604aa92e6f
|
|
@ -142,11 +142,9 @@ MatchTargets(void)
|
|||
if (!targetstr.length())
|
||||
continue;
|
||||
|
||||
bool found = false;
|
||||
for (const entdict_t &target : entdicts) {
|
||||
if (targetstr == EntDict_StringForKey(target, "targetname")) {
|
||||
entity.targetent = ⌖
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue