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

src/java/org/apache/fop/render/ps/svg/PSSVGGraphics2D.java

index b3799262ef1153f2107184ca8a84a6b11e00e3dc..abfbdd8595a14890f2f30b0d4a5efb77bf187f8b 100644 (file)
@@ -208,13 +208,6 @@ public class PSSVGGraphics2D extends PSGraphics2D implements GradientRegistrar {
         return bounds;
     }
 
-    private AffineTransform applyTransform(AffineTransform base, double posX, double posY) {
-        AffineTransform result = AffineTransform.getTranslateInstance(posX, posY);
-        AffineTransform orig = base;
-        orig.concatenate(result);
-        return orig;
-    }
-
     protected AffineTransform getBaseTransform() {
         AffineTransform at = new AffineTransform(this.getTransform());
         return at;