]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-document.c
Port to GOption command line parsing. Fix for the bug #327518
[evince.git] / backend / ev-document.c
index 10f1d00e2800b64596e13121b15f1f286491a5fe..8598c117703785e78ee08789eef080b4f1538fb5 100644 (file)
@@ -185,21 +185,6 @@ ev_document_get_text (EvDocument  *document,
        return retval;
 }
 
-GList *
-ev_document_get_links (EvDocument *document,
-                      int         page)
-{
-       EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
-       GList *retval;
-
-       LOG ("ev_document_get_link");
-       if (iface->get_links == NULL)
-               return NULL;
-       retval = iface->get_links (document, page);
-
-       return retval;
-}
-
 gboolean
 ev_document_has_attachments (EvDocument *document)
 {