light: remove dead code

This commit is contained in:
MaxED 2017-08-27 14:08:18 -06:00 committed by Eric Wasylishen
parent ca7bfc62db
commit 604aa92e6f
1 changed files with 0 additions and 2 deletions

View File

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