From: Andreas L. Delmelle Date: Tue, 2 Dec 2008 21:27:50 +0000 (+0000) Subject: Oops, introduced a compile error with the previous commit X-Git-Tag: fop-1_0~369 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=949349d7c3347aa30fafecb1257e9c3b02767ffa;p=xmlgraphics-fop.git Oops, introduced a compile error with the previous commit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722618 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/pdf/PDFDocument.java b/src/java/org/apache/fop/pdf/PDFDocument.java index 3a0ffeb9d..9bc4c0d2e 100644 --- a/src/java/org/apache/fop/pdf/PDFDocument.java +++ b/src/java/org/apache/fop/pdf/PDFDocument.java @@ -644,16 +644,6 @@ public class PDFDocument { return (PDFLaunch) findPDFObject(this.launches, compare); } - /** - * Finds a uri. - * - * @param compare reference object to use as search template - * @return the launch if found, null otherwise - */ - protected PDFUri findURI(PDFUri compare) { - return (PDFUri) findPDFObject(this.uris, compare); - } - /** * Looks for an existing GState to use *