From: arved Date: Tue, 1 May 2001 01:01:24 +0000 (+0000) Subject: K. Liddle: unused static variable removed X-Git-Tag: PRE_CODEFORMATTING~147 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b4e0a8a470702b4637bbd49afdd4219fa6872b80;p=xmlgraphics-fop.git K. Liddle: unused static variable removed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194230 13f79535-47bb-0310-9956-ffa450edef68 --- 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 {