remove old unwanted boolean

This commit is contained in:
Northmoc
2021-02-13 20:18:10 -05:00
parent 6749aa271b
commit bc5dce6fad

View File

@@ -179,17 +179,6 @@ public class TargetRestrictions {
this.maxTotalPower = power;
}
/**
* <p>
* doesTarget.
* </p>
*
* @return a boolean.
*/
public final boolean doesTarget() {
return this.tgtValid;
}
/**
* <p>
* getValidTgts.