small fixes, unused code removed

This commit is contained in:
honfika@gmail.com
2014-11-16 21:03:17 +01:00
parent 6d3974db53
commit ef34bb535b
5 changed files with 6 additions and 96 deletions

View File

@@ -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<>();