[epiphany] remove unused references to history



commit 0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f
Author: Benjamin Otte <otte gnome org>
Date:   Sun Jul 5 16:53:13 2009 +0200

    remove unused references to history

 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 ad10ce7..247fbac 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]