From: Carlos Garcia Campos Date: Mon, 31 May 2010 10:25:25 +0000 (+0200) Subject: [libview] Remove prototypes of non existent methods X-Git-Tag: EVINCE_2_31_3~18 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=8e69dbdaaee65857fc56fbc8b7aca739150c9289;p=evince.git [libview] Remove prototypes of non existent methods --- diff --git a/libview/ev-view.h b/libview/ev-view.h index a6d14eb0..49f77e4a 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);