From c693acafafe51330759b97ae953584e68846c7fb Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Thu, 10 Jul 2014 17:38:23 +0000 Subject: [PATCH] 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 --- src/java/org/apache/fop/svg/PDFGraphics2D.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/java/org/apache/fop/svg/PDFGraphics2D.java b/src/java/org/apache/fop/svg/PDFGraphics2D.java index 0403fa465..a373178d0 100644 --- a/src/java/org/apache/fop/svg/PDFGraphics2D.java +++ b/src/java/org/apache/fop/svg/PDFGraphics2D.java @@ -864,20 +864,6 @@ public class PDFGraphics2D extends AbstractGraphics2D implements NativeImageHand theCoords.add(new Double(p2.getX())); theCoords.add(new Double(p2.getY())); - List theExtend = new java.util.ArrayList(); - theExtend.add(Boolean.TRUE); - theExtend.add(Boolean.TRUE); - - List theDomain = new java.util.ArrayList(); - theDomain.add(new Double(0)); - theDomain.add(new Double(1)); - - List theEncode = new java.util.ArrayList(); - theEncode.add(new Double(0)); - theEncode.add(new Double(1)); - theEncode.add(new Double(0)); - theEncode.add(new Double(1)); - List colors = createGradientColors(gp); List bounds = createGradientBounds(gp); -- 2.39.5