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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/ev-document.c b/backend/ev-document.c
index 3395bf7..2778f77 100644
--- a/backend/ev-document.c
+++ b/backend/ev-document.c
@@ -226,15 +226,6 @@ ev_document_get_orientation (EvDocument *document)
}
void
-ev_document_set_orientation (EvDocument *document,
- EvOrientation orientation)
-{
- EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
-
- iface->set_orientation (document, orientation);
-}
-
-void
ev_document_info_free (EvDocumentInfo *info)
{
if (info == NULL)