[epiphany/gnome-3-0] ephy-bookmark-action: fix warning



commit b7eef4cf9814a73e25900598fbe3a9720de8bb90
Author: Xan Lopez <xlopez igalia com>
Date:   Tue Apr 26 12:31:27 2011 -0700

    ephy-bookmark-action: fix warning

 src/bookmarks/ephy-bookmark-action.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c
index ebe9ac3..c59dcea 100644
--- a/src/bookmarks/ephy-bookmark-action.c
+++ b/src/bookmarks/ephy-bookmark-action.c
@@ -486,13 +486,11 @@ query_tooltip_cb (GtkWidget *proxy,
 		  GtkTooltip *tooltip,
 		  GtkAction *action)
 {
-	EphyBookmarks *bookmarks;
 	EphyNode *node;
 	const char *title, *location;
 	char *text = NULL;
 	
 	node = ephy_bookmark_action_get_bookmark (EPHY_BOOKMARK_ACTION (action));
-	bookmarks = ephy_shell_get_bookmarks (ephy_shell_get_default ());
 	title = ephy_node_get_property_string (node, EPHY_NODE_BMK_PROP_TITLE);
 	location = ephy_node_get_property_string (node, EPHY_NODE_BMK_PROP_LOCATION);
 	



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