Skip to content
Snippets Groups Projects
Commit 18aa0816 authored by Simon Barner's avatar Simon Barner
Browse files

- Remove unused variable

parent 4c883045
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ import java.util.List;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.MouseEvent;
import org.fortiss.tooling.graphicsGL.model.Color3D;
import org.fortiss.tooling.graphicsGL.model.Vector3D;
import org.fortiss.tooling.graphicsGL.model.graph.CoordinateSystem3D;
import org.fortiss.tooling.graphicsGL.model.graph.Graph3D;
import org.fortiss.tooling.graphicsGL.model.graph.GraphLine3D;
......@@ -146,7 +145,6 @@ public class Test3DEditor extends Graphical3DEditorBase<IProjectRootElement> {
if(pickTarget instanceof GraphPoint3D) {
GraphPoint3D p = (GraphPoint3D)pickTarget;
graphDisplay.setHighlightedPoint(p);
Vector3D v = p.getPosition();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment