Browse Source

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 9 years ago
parent
commit
c693acafaf
1 changed files with 0 additions and 14 deletions
  1. 0
    14
      src/java/org/apache/fop/svg/PDFGraphics2D.java

+ 0
- 14
src/java/org/apache/fop/svg/PDFGraphics2D.java View File

@@ -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);

Loading…
Cancel
Save