diff artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionGenerator.java @ 8786:0beb34d55630

Remove unused or redundant imports. Found with mvn checkstyle:checkstyle.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 19:16:03 +0100
parents c086b06b81e5
children 5e38e2924c07
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionGenerator.java	Tue Dec 08 18:44:41 2015 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionGenerator.java	Tue Dec 08 19:16:03 2015 +0100
@@ -33,7 +33,6 @@
 import org.dive4elements.river.jfree.RiverAnnotation;
 import org.dive4elements.river.jfree.StyledXYSeries;
 import org.dive4elements.river.model.FastCrossSectionLine;
-import org.dive4elements.river.themes.LineStyle;
 import org.dive4elements.river.themes.TextStyle;
 import org.dive4elements.river.themes.ThemeDocument;
 import org.dive4elements.river.utils.RiverUtils;
@@ -184,12 +183,10 @@
             // Access text styling, if any.
             ThemeDocument theme = fa.getTheme();
             TextStyle textStyle = null;
-            // XXX: DEAD CODE // LineStyle lineStyle = null;
 
             // Get Themeing information and add legend item.
             if (theme != null) {
                 textStyle = theme.parseComplexTextStyle();
-                // XXX: DEAD CODE // lineStyle = themeAccess.parseLineStyle();
                 if (fa.getLabel() != null) {
                     LegendItemCollection lic = new LegendItemCollection();
                     LegendItemCollection old = plot.getFixedLegendItems();

http://dive4elements.wald.intevation.org