Quellcode durchsuchen

Removed unused code


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609519 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Vincent Hennebert vor 10 Jahren
Ursprung
Commit
c693acafaf
1 geänderte Dateien mit 0 neuen und 14 gelöschten Zeilen
  1. 0
    14
      src/java/org/apache/fop/svg/PDFGraphics2D.java

+ 0
- 14
src/java/org/apache/fop/svg/PDFGraphics2D.java Datei anzeigen

@@ -864,20 +864,6 @@ public class PDFGraphics2D extends AbstractGraphics2D implements NativeImageHand
theCoords.add(new Double(p2.getX()));
theCoords.add(new Double(p2.getY()));

List<Boolean> theExtend = new java.util.ArrayList<Boolean>();
theExtend.add(Boolean.TRUE);
theExtend.add(Boolean.TRUE);

List<Double> theDomain = new java.util.ArrayList<Double>();
theDomain.add(new Double(0));
theDomain.add(new Double(1));

List<Double> theEncode = new java.util.ArrayList<Double>();
theEncode.add(new Double(0));
theEncode.add(new Double(1));
theEncode.add(new Double(0));
theEncode.add(new Double(1));

List<Color> colors = createGradientColors(gp);

List<Double> bounds = createGradientBounds(gp);

Laden…
Abbrechen
Speichern