mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
remove a bunch of unused assignments
This commit is contained in:
@@ -73,7 +73,7 @@ public class POFile
|
||||
public boolean checkFlag(String flag, int entryIndex)
|
||||
{
|
||||
boolean status = false;
|
||||
Vector<String> strings = new Vector<String>();
|
||||
Vector<String> strings;
|
||||
strings = entries[entryIndex].getStringsByType(POEntry.StringType.FLAG);
|
||||
if (strings != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user