mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 05:35:37 +00:00
removed some unnecessarry action reading methods
This commit is contained in:
@@ -182,16 +182,6 @@ public class ActionDefineFunction extends Action implements GraphSourceItemConta
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Long> getAllRefs(int version) {
|
||||
return super.getAllRefs(version);//Action.getActionsAllRefs(getActions(null), version);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Action> getAllIfsOrJumps() {
|
||||
return super.getAllIfsOrJumps(); //Action.getActionsAllIfsOrJumps(code);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void translate(Stack<GraphTargetItem> stack, List<GraphTargetItem> output, HashMap<Integer, String> regNames, HashMap<String, GraphTargetItem> variables, HashMap<String, GraphTargetItem> functions, int staticOperation, String path) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user