Revision: 7144
Author: victormote
Date: 2006-05-04 16:51:39 -0700 (Thu, 04 May 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7144&view=rev
Log Message:
-----------
Move more methods from AreaTreeControl to AreaTree classes.
Modified Paths:
--------------
trunk/foray/foray-app/src/java/org/foray/app/FOrayTarget.java
Modified: trunk/foray/foray-app/src/java/org/foray/app/FOrayTarget.java
===================================================================
--- trunk/foray/foray-app/src/java/org/foray/app/FOrayTarget.java 2006-05-04 23:47:36 UTC (rev 7143)
+++ trunk/foray/foray-app/src/java/org/foray/app/FOrayTarget.java 2006-05-04 23:51:39 UTC (rev 7144)
@@ -134,11 +134,6 @@
private ArrayList renderQueue = new ArrayList();
/**
- * The list of markers.
- */
- private PageSequence currentPageSequence;
-
- /**
* Keeps track of how many page-sequence objects have been processed.
* Used in messages to the users.
*/
@@ -357,11 +352,6 @@
}
}
- // Auxillary function for retrieving markers.
- public PageSequence getCurrentPageSequence() {
- return currentPageSequence;
- }
-
/**
* Return the logger to be used. (Required by the FontConsumer interface).
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|