]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unused code
authorVincent Hennebert <vhennebert@apache.org>
Thu, 10 Jul 2014 17:38:23 +0000 (17:38 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 10 Jul 2014 17:38:23 +0000 (17:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609519 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/svg/PDFGraphics2D.java

index 0403fa465d7b74222b05a035dfa5aa0b61972b95..a373178d0b704d10bbab2fbd3cf5f0681605da83 100644 (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);