aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-07-05 22:53:13 +0800
committerBenjamin Otte <otte@gnome.org>2009-07-06 03:40:44 +0800
commit0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f (patch)
tree64d3e808db3822f3bb82c0f039ae0cf18783433c /src
parenta464b7332c02f6b4e34c5a7a88b8b93198f3e9be (diff)
downloadgsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar.gz
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar.bz2
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar.lz
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar.xz
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.tar.zst
gsoc2013-epiphany-0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f.zip
remove unused references to history
Diffstat (limited to 'src')
-rw-r--r--src/ephy-location-action.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index ad10ce7d7..247fbac08 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -23,7 +23,6 @@
#include "ephy-embed-container.h"
#include "ephy-embed-utils.h"
-#include "ephy-history.h"
#include "ephy-location-action.h"
#include "ephy-location-entry.h"
#include "ephy-shell.h"
@@ -45,7 +44,6 @@ struct _EphyLocationActionPrivate
char *typed_address;
EphyNode *smart_bmks;
EphyBookmarks *bookmarks;
- EphyNode *history;
GdkPixbuf *icon;
char *lock_stock_id;
char *lock_tooltip;
@@ -810,9 +808,6 @@ ephy_location_action_init (EphyLocationAction *action)
init_actions_list (action);
- priv->history = ephy_history_get_pages (EPHY_HISTORY (
- ephy_embed_shell_get_global_history (embed_shell)));
-
ephy_node_signal_connect_object (priv->smart_bmks,
EPHY_NODE_CHILD_ADDED,
(EphyNodeCallback)actions_child_added_cb,