From f12138155f3b9b86f96ea9b4e7308029e6dc5845 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Mon, 9 Jul 2001 08:17:57 +0000 Subject: removed unused variable git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194341 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/svg/PDFGraphics2D.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/org') diff --git a/src/org/apache/fop/svg/PDFGraphics2D.java b/src/org/apache/fop/svg/PDFGraphics2D.java index 0993db7f8..7ab314f57 100644 --- a/src/org/apache/fop/svg/PDFGraphics2D.java +++ b/src/org/apache/fop/svg/PDFGraphics2D.java @@ -67,8 +67,6 @@ public class PDFGraphics2D extends AbstractGraphics2D { /** the current colour for use in svg */ PDFColor currentColour = new PDFColor(0, 0, 0); - FontInfo fontInfo; - /** * Create a new PDFGraphics2D with the given pdf document info. * This is used to create a Graphics object for use inside an already @@ -388,7 +386,6 @@ public class PDFGraphics2D extends AbstractGraphics2D { currentStream = null; currentFontName = null; currentColour = null; - fontInfo = null; } /** @@ -686,7 +683,7 @@ public class PDFGraphics2D extends AbstractGraphics2D { * @see #setClip */ public void drawString(String s, float x, float y) { - System.out.println("drawString(String)"); + //System.out.println("drawString(String)"); currentStream.write("BT\n"); Shape imclip = getClip(); -- cgit v1.2.3