mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:50:47 +00:00
removed some unused static import
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user