[aXSL-commit] SF.net SVN: axsl: [496] trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeControl.
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-03 18:46:46
|
Revision: 496 Author: victormote Date: 2006-05-03 11:46:40 -0700 (Wed, 03 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=496&view=rev Log Message: ----------- Remove unused and unneeded method. Modified Paths: -------------- trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeControl.java Modified: trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeControl.java =================================================================== --- trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeControl.java 2006-05-03 18:41:28 UTC (rev 495) +++ trunk/axsl/axsl-fotree/src/java/org/axsl/fotree/FOTreeControl.java 2006-05-03 18:46:40 UTC (rev 496) @@ -35,12 +35,6 @@ public interface FOTreeControl { /** - * @return The base URL that should be used for finding external files, like - * graphical images, etc. - */ - URL getBaseURL(); - - /** * @return The ordered list of URLs that should be searched when looking * for a graphical image with a relative path. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |