Browse Source

fixed a refactoring error, deleted repeated vars


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194477 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_3
Keiron Liddle 23 years ago
parent
commit
cbf1038a5f
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/org/apache/fop/render/ps/PSRenderer.java

+ 0
- 3
src/org/apache/fop/render/ps/PSRenderer.java View File

@@ -99,9 +99,6 @@ public class PSRenderer extends AbstractRenderer {
private int currentFontSize;
private int pageHeight;
private int pageWidth;
private int currentXPosition = 0;
private int currentYPosition = 0;
private int currentAreaContainerXPosition = 0;
private float currRed;
private float currGreen;
private float currBlue;

Loading…
Cancel
Save