diff options
-rw-r--r-- | src/org/apache/fop/layout/BodyAreaContainer.java | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |