Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document.h')
-rw-r--r--backend/ev-document.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/ev-document.h b/backend/ev-document.h
index e95ce96..b4668e7 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);
};