Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
18aa0816
Commit
18aa0816
authored
9 years ago
by
Simon Barner
Browse files
Options
Downloads
Patches
Plain Diff
- Remove unused variable
parent
4c883045
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.graphicsGL.ui/trunk/test-src/test/org/fortiss/tooling/graphicsGL/ui/Test3DEditor.java
+0
-2
0 additions, 2 deletions
.../test/org/fortiss/tooling/graphicsGL/ui/Test3DEditor.java
with
0 additions
and
2 deletions
org.fortiss.tooling.graphicsGL.ui/trunk/test-src/test/org/fortiss/tooling/graphicsGL/ui/Test3DEditor.java
+
0
−
2
View file @
18aa0816
...
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment