X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document.h;h=2629a47fd54eebff7429a3a06f882b96cb4c42c4;hb=60765edaabc1246f164377e427e9ec7708e1831c;hp=e95ce96f277c080ddc8191a37392ead2fe25a05d;hpb=e93b3a265bbc02546d230204402e3f41e83d6ab5;p=evince.git diff --git a/backend/ev-document.h b/backend/ev-document.h index e95ce96f..2629a47f 100644 --- a/backend/ev-document.h +++ b/backend/ev-document.h @@ -89,9 +89,6 @@ struct _EvDocumentIface int page); GdkPixbuf * (* render_pixbuf) (EvDocument *document, EvRenderContext *rc); - EvOrientation (* get_orientation) (EvDocument *document); - void (* set_orientation) (EvDocument *document, - EvOrientation orientation); EvDocumentInfo * (* get_info) (EvDocument *document); }; @@ -123,10 +120,6 @@ GList *ev_document_get_links (EvDocument *document, int page); GdkPixbuf *ev_document_render_pixbuf (EvDocument *document, EvRenderContext *rc); -EvOrientation ev_document_get_orientation (EvDocument *document); -void ev_document_set_orientation (EvDocument *document, - EvOrientation orientation); - gint ev_rect_cmp (EvRectangle *a, EvRectangle *b);