From: Marco Pesenti Gritti Date: Fri, 29 Jul 2005 14:18:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EVINCE_0_3_3~53 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=c7a7adde3814522c4a577cb28569fcc0b48ce07e;p=evince.git *** empty log message *** --- diff --git a/backend/ev-document.h b/backend/ev-document.h index e95ce96f..b4668e75 100644 --- a/backend/ev-document.h +++ b/backend/ev-document.h @@ -90,8 +90,6 @@ struct _EvDocumentIface GdkPixbuf * (* render_pixbuf) (EvDocument *document, EvRenderContext *rc); EvOrientation (* get_orientation) (EvDocument *document); - void (* set_orientation) (EvDocument *document, - EvOrientation orientation); EvDocumentInfo * (* get_info) (EvDocument *document); };