diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 5 |
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, |