mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
small fixes, unused code removed
This commit is contained in:
@@ -648,7 +648,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
|
||||
private void findABCTags() {
|
||||
List<ContainerItem> objs = new ArrayList<>();
|
||||
List<ContainerItem> objs = new ArrayList<>(tags.size());
|
||||
objs.addAll(tags);
|
||||
|
||||
ArrayList<ABCContainerTag> newAbcList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user