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:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-27 20:16:17 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-27 20:16:17 (GMT)
commit47b1184724e6611ef314332f6afa31706819b0f9 (patch)
tree7f0a592dea6e6d859ffff406e91b955cfcb76a86 /shell/ev-view.h
parentf2843b1912b5d44c20e4169d312e965e4ff844f2 (diff)
Kill session history
2005-01-27 Marco Pesenti Gritti <marco@gnome.org> * data/evince-ui.xml: * shell/Makefile.am: * shell/ev-history.c: * shell/ev-history.h: * shell/ev-navigation-action.c: * shell/ev-navigation-action.h: * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link), (ev_view_set_page), (ev_view_fit_width): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_setup_document), (register_custom_actions): Kill session history
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index e57371a..2849918 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -24,7 +24,6 @@
#include "ev-document.h"
#include "ev-link.h"
-#include "ev-history.h"
G_BEGIN_DECLS
@@ -39,8 +38,6 @@ GType ev_view_get_type (void) G_GNUC_CONST;
GtkWidget* ev_view_new (void);
void ev_view_set_document (EvView *view,
EvDocument *document);
-void ev_view_set_history (EvView *view,
- EvHistory *history);
/* Clipboard */
void ev_view_copy (EvView *view);