diff --git a/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java b/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java index aabcc6167b..8190df3e8a 100644 --- a/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java +++ b/Ghidra/Features/GraphFunctionCalls/src/main/java/functioncalls/graph/view/FcgComponent.java @@ -32,9 +32,6 @@ import ghidra.graph.viewer.vertex.VisualVertexRenderer; */ public class FcgComponent extends GraphComponent { - // our parent stores a reference to this graph, but we do it here to maintain its type - private FunctionCallGraph fcGraph; - private FcgVertexPaintTransformer vertexPaintTransformer = new FcgVertexPaintTransformer(FcgVertex.DEFAULT_VERTEX_SHAPE_COLOR); @@ -55,7 +52,7 @@ public class FcgComponent extends GraphComponent getViewUpdater() { return super.getViewUpdater();