[evince] [libview] Remove prototypes of non existent methods



commit 8e69dbdaaee65857fc56fbc8b7aca739150c9289
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon May 31 12:25:25 2010 +0200

    [libview] Remove prototypes of non existent methods

 libview/ev-view.h |    8 --------
 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]