Author: vhennebert
Date: Thu Jul 10 17:38:23 2014
New Revision: 1609519

URL: http://svn.apache.org/r1609519
Log:
Removed unused code

Modified:
    
xmlgraphics/fop/branches/FOP-2393_gradient-rendering/src/java/org/apache/fop/svg/PDFGraphics2D.java

Modified: 
xmlgraphics/fop/branches/FOP-2393_gradient-rendering/src/java/org/apache/fop/svg/PDFGraphics2D.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/FOP-2393_gradient-rendering/src/java/org/apache/fop/svg/PDFGraphics2D.java?rev=1609519&r1=1609518&r2=1609519&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/FOP-2393_gradient-rendering/src/java/org/apache/fop/svg/PDFGraphics2D.java
 (original)
+++ 
xmlgraphics/fop/branches/FOP-2393_gradient-rendering/src/java/org/apache/fop/svg/PDFGraphics2D.java
 Thu Jul 10 17:38:23 2014
@@ -864,20 +864,6 @@ public class PDFGraphics2D extends Abstr
         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);



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to