X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document.c;h=a800866f8b087d14f456c2aa2885462b86bc63d7;hb=a24ba773afb595b2be95a01702816aa66f50ac54;hp=3395bf7c4ac40173364190840fb53483db9fbeab;hpb=e93b3a265bbc02546d230204402e3f41e83d6ab5;p=evince.git diff --git a/backend/ev-document.c b/backend/ev-document.c index 3395bf7c..a800866f 100644 --- a/backend/ev-document.c +++ b/backend/ev-document.c @@ -217,23 +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_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) {