]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
K. Liddle: unused static variable removed
authorarved <arved@unknown>
Tue, 1 May 2001 01:01:24 +0000 (01:01 +0000)
committerarved <arved@unknown>
Tue, 1 May 2001 01:01:24 +0000 (01:01 +0000)
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

index 65630a4ab1643d03d1b9d56102811dedcab65f53..0fd66b4eface0f7d688ee3ad4a04f25709866ab4 100644 (file)
@@ -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
        {