Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-17 15:12:44 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-17 15:12:44 (GMT)
commit54cf955817b8fc750e0b38799a75acc0e71116be (patch)
treecc020ec7079a883b896aa8f5e2743f2abad3ef60 /shell/ev-view.c
parent86efc6b262686a5688d07c8f3b79c87e0e5cf482 (diff)
Get rid of View->Normal Size, it's just confusing
2005-05-17 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-view.c: * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity): Get rid of View->Normal Size, it's just confusing
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index cf60e36..12ed30c 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -2471,13 +2471,6 @@ ev_view_zoom_for_size_single_page (EvView *view,
ev_view_set_zoom (view, scale, FALSE);
}
-
-void
-ev_view_zoom_normal (EvView *view)
-{
- ev_view_set_zoom (view, 1.0, FALSE);
-}
-
void
ev_view_set_zoom_for_size (EvView *view,
int width,