Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Edmunds Žagars
Java_course_final
Commits
2e2025a3
Commit
2e2025a3
authored
Apr 15, 2018
by
edmundszagars
Browse files
Removing unused code from Graph class
parent
ece010f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/gui/Graph.java
src/gui/Graph.java
+0
-5
No files found.
src/gui/Graph.java
View file @
2e2025a3
...
...
@@ -81,11 +81,6 @@ public class Graph extends Application {
break
;
}
}
bubbleLineChart
.
getData
().
add
(
bubbleSeries
);
insertionLineChart
.
getData
().
add
(
insertionSeries
);
mergeLineChart
.
getData
().
add
(
mergeSeries
);
quickLineChart
.
getData
().
add
(
quickSeries
);
selectionLineChart
.
getData
().
add
(
selectionSeries
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment