Revision: 7307
Author: victormote
Date: 2006-05-29 12:13:45 -0700 (Mon, 29 May 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7307&view=rev
Log Message:
-----------
Clean up unneeded comments.
Modified Paths:
--------------
trunk/foray/foray-areatree/src/java/org/foray/area/RegionRABody.java
Modified: trunk/foray/foray-areatree/src/java/org/foray/area/RegionRABody.java
===================================================================
--- trunk/foray/foray-areatree/src/java/org/foray/area/RegionRABody.java 2006-05-29 18:55:44 UTC (rev 7306)
+++ trunk/foray/foray-areatree/src/java/org/foray/area/RegionRABody.java 2006-05-29 19:13:45 UTC (rev 7307)
@@ -44,9 +44,6 @@
private int dimensionFootnoteRA;
private int dimensionBeforeFloatRA;
- // keeps track of footnote state for multiple layouts
-// private int footnoteState = 0;
-
public RegionRABody(RegionBody generatedBy, PageRA parentArea,
int xPosition, int yPosition) {
super(generatedBy, parentArea);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|