Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-04-16 22:54:22 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-16 22:54:22 (GMT)
commitfc98aa5263c7bcf5bd7ba39397673c20f34f6fa7 (patch)
tree28ee9b60497f9f2c0a8a57fa00e40e125a3cff43 /shell/ev-view.h
parent7b093b9c4ed0f6ff0ad54c6447f64a823e90cecb (diff)
Minor cleanups removing some dead code.
Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar-links.c: (selection_changed_cb): * shell/ev-view.c: (ev_view_finalize), (go_to_link), (ev_view_button_release_event), (ev_view_set_document): * shell/ev-view.h: * shell/ev-window.c: (find_bar_search_changed_cb): * shell/ev-window.h: Minor cleanups removing some dead code.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index a0b5806..daa871f 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -38,16 +38,11 @@ GType ev_view_get_type (void) G_GNUC_CONST;
GtkWidget* ev_view_new (void);
void ev_view_set_document (EvView *view,
EvDocument *document);
-int ev_view_get_page (EvView *view);
/* Clipboard */
void ev_view_copy (EvView *view);
void ev_view_select_all (EvView *view);
-/* Navigation */
-void ev_view_go_to_link (EvView *view,
- EvLink *link);
-
/* Page size */
void ev_view_zoom_in (EvView *view);
void ev_view_zoom_out (EvView *view);