Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document.c')
-rw-r--r--backend/ev-document.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/backend/ev-document.c b/backend/ev-document.c
index 2778f77..a800866 100644
--- a/backend/ev-document.c
+++ b/backend/ev-document.c
@@ -217,14 +217,6 @@ ev_document_render_pixbuf (EvDocument *document,
return retval;
}
-EvOrientation
-ev_document_get_orientation (EvDocument *document)
-{
- EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
-
- return iface->get_orientation (document);
-}
-
void
ev_document_info_free (EvDocumentInfo *info)
{