mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-04 10:32:30 +01:00
remove a bunch of unused assignments
This commit is contained in:
@@ -588,7 +588,7 @@ public class TMXMapWriter
|
||||
}
|
||||
|
||||
// Iterate while parents are the same
|
||||
int shared = 0;
|
||||
int shared;
|
||||
int maxShared = Math.min(fromParents.size(), toParents.size());
|
||||
for (shared = 0; shared < maxShared; shared++) {
|
||||
String fromParent = fromParents.get(shared);
|
||||
|
||||
Reference in New Issue
Block a user