Skip to content
Snippets Groups Projects
Commit d3e3930d authored by Tim Molter's avatar Tim Molter
Browse files

got rid of useless code

parent 8dcd05fd
No related branches found
No related tags found
No related merge requests found
...@@ -108,10 +108,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener { ...@@ -108,10 +108,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener {
chartPanel = new XChartPanel(chartInfo.getExampleChart()); chartPanel = new XChartPanel(chartInfo.getExampleChart());
splitPane.setBottomComponent(chartPanel); splitPane.setBottomComponent(chartPanel);
} }
// tree branch node
else {
// do nothing
}
} }
private void createNodes(DefaultMutableTreeNode top) { private void createNodes(DefaultMutableTreeNode top) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment