diff options
author | Philip Langdale <philipl@mail.utexas.edu> | 2005-10-13 11:46:25 +0800 |
---|---|---|
committer | Philip Langdale <philipl@src.gnome.org> | 2005-10-13 11:46:25 +0800 |
commit | 1e5693677f94e878dbd4edb745b0680e2ef17e9e (patch) | |
tree | f225b6b5e16c547dbfe2f9ff647c4203bc715a1a /src/ephy-navigation-action.c | |
parent | 54d95188256bc3a6504e949d8a6d85190401330e (diff) | |
download | gsoc2013-epiphany-1e5693677f94e878dbd4edb745b0680e2ef17e9e.tar.gz gsoc2013-epiphany-1e5693677f94e878dbd4edb745b0680e2ef17e9e.tar.zst gsoc2013-epiphany-1e5693677f94e878dbd4edb745b0680e2ef17e9e.zip |
. Forgot to remove the unused url variable.
2005-10-12 Philip Langdale <philipl@mail.utexas.edu>
* src/ephy-navigation-action.c:
(activate_back_or_forward_menu_item_cb). Forgot to
remove the unused url variable.
Diffstat (limited to 'src/ephy-navigation-action.c')
-rw-r--r-- | src/ephy-navigation-action.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c index e1c0dfd2b..42c39d47b 100644 --- a/src/ephy-navigation-action.c +++ b/src/ephy-navigation-action.c @@ -150,9 +150,6 @@ activate_back_or_forward_menu_item_cb (GtkWidget *menuitem, go_nth = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (menuitem), NTH_DATA_KEY)); - url = g_object_get_data (G_OBJECT (menuitem), URL_DATA_KEY); - g_return_if_fail (url != NULL); - if (ephy_gui_is_middle_click ()) { EphyEmbed *dest; |