From b4e0a8a470702b4637bbd49afdd4219fa6872b80 Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 1 May 2001 01:01:24 +0000 Subject: [PATCH] K. Liddle: unused static variable removed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194230 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/layout/BodyAreaContainer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/apache/fop/layout/BodyAreaContainer.java b/src/org/apache/fop/layout/BodyAreaContainer.java index 65630a4ab..0fd66b4ef 100644 --- a/src/org/apache/fop/layout/BodyAreaContainer.java +++ b/src/org/apache/fop/layout/BodyAreaContainer.java @@ -186,7 +186,6 @@ public class BodyAreaContainer extends Area { * @param fo The next formatting object * @returns the next column area (possibly the current one) */ - private static int counter = 0; public AreaContainer getNextArea(FObj fo) throws FOPException { -- 2.39.5