From a9a49a0ad7711e370686430d939b2d793644367a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 26 Apr 2011 12:31:27 -0700 Subject: ephy-bookmark-action: fix warning --- src/bookmarks/ephy-bookmark-action.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index ebe9ac320..c59dceafa 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); -- cgit v1.2.3