Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-31 10:25:25 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-31 16:57:59 (GMT)
commit8e69dbdaaee65857fc56fbc8b7aca739150c9289 (patch)
treec389533e25093b9b5ff87b28f120506c0fa35d08 /libview
parent1e91d7a26c76144d24249421402a92eb99a41094 (diff)
[libview] Remove prototypes of non existent methods
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index a6d14eb..49f77e4 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -60,14 +60,6 @@ void ev_view_copy_link_address (EvView *view,
void ev_view_select_all (EvView *view);
gboolean ev_view_get_has_selection (EvView *view);
-/* sizing and behavior */
-/* These are all orthoganal to each other, except 'presentation' trumps all
- * other behaviors
- */
-void ev_view_set_presentation (EvView *view,
- gboolean presentation);
-gboolean ev_view_get_presentation (EvView *view);
-
/* Page size */
gboolean ev_view_can_zoom_in (EvView *view);
void ev_view_zoom_in (EvView *view);