From da6d520e968a0c84869ce964f415be3817f09770 Mon Sep 17 00:00:00 2001 From: Honfika Date: Tue, 20 Aug 2013 19:20:21 +0200 Subject: [PATCH] removed some unused static import --- .../flash/abc/avm2/model/operations/TypeOfAVM2Item.java | 6 ------ .../flash/action/model/PrintAsBitmapActionItem.java | 1 - 2 files changed, 7 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java index 07687c50b..bff5b8fb7 100644 --- a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java +++ b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java @@ -19,12 +19,6 @@ package com.jpexs.decompiler.flash.abc.avm2.model.operations; import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; import com.jpexs.decompiler.flash.ecma.EcmaScript; import com.jpexs.decompiler.flash.ecma.EcmaType; -import static com.jpexs.decompiler.flash.ecma.EcmaType.BOOLEAN; -import static com.jpexs.decompiler.flash.ecma.EcmaType.NULL; -import static com.jpexs.decompiler.flash.ecma.EcmaType.NUMBER; -import static com.jpexs.decompiler.flash.ecma.EcmaType.OBJECT; -import static com.jpexs.decompiler.flash.ecma.EcmaType.STRING; -import static com.jpexs.decompiler.flash.ecma.EcmaType.UNDEFINED; import com.jpexs.decompiler.graph.GraphTargetItem; import com.jpexs.decompiler.graph.model.UnaryOpItem; diff --git a/trunk/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java b/trunk/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java index e4212c6f5..15ea46c19 100644 --- a/trunk/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java +++ b/trunk/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java @@ -21,7 +21,6 @@ import com.jpexs.decompiler.flash.action.parser.script.ActionSourceGenerator; import com.jpexs.decompiler.flash.action.swf4.ActionGetURL2; import com.jpexs.decompiler.graph.GraphSourceItem; import com.jpexs.decompiler.graph.GraphTargetItem; -import static com.jpexs.decompiler.graph.GraphTargetItem.PRECEDENCE_PRIMARY; import com.jpexs.decompiler.graph.SourceGenerator; import java.util.ArrayList; import java.util.List;