]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
remove unused method
authorWilliam Victor Mote <vmote@apache.org>
Wed, 27 Aug 2003 00:10:39 +0000 (00:10 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Wed, 27 Aug 2003 00:10:39 +0000 (00:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196856 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/pagination/SimplePageMaster.java

index 6a4ef1ea7593a272cf93646c1f8aa181a1ae332d..97697c661e328c36695e46629d0fb9633e089d61 100644 (file)
@@ -129,15 +129,6 @@ public class SimplePageMaster extends FObj {
         this.pageMaster = pageMaster;
     }
 
-    /**
-     * Returns the next page master. For simple-page-master this is always the
-     * same as the previous.
-     * @return the page master
-     */
-    public PageMaster getNextPageMaster() {
-        return this.pageMaster;
-    }
-
     /**
      * Returns the name of the simple-page-master.
      * @return the page master name