]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed unneeded getCurrentDocument() again from Driver.
authorGlen Mazza <gmazza@apache.org>
Sun, 13 Jun 2004 01:21:17 +0000 (01:21 +0000)
committerGlen Mazza <gmazza@apache.org>
Sun, 13 Jun 2004 01:21:17 +0000 (01:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197705 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/Driver.java

index cc478a1986e3d2c7dbe8622076ceb4d552a319bd..dfbd1412c9dbbaeff6a3ca1ae08ef8dc967f7186 100644 (file)
@@ -636,12 +636,4 @@ public class Driver {
         }
     }
 
-    /**   
-      * Public accessor for getting the document used by this generation
-      * @return the current Document object
-      */   
-     public Document getCurrentDocument() {
-        return currentDocument;
-     }
-     
 }