aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 960090bd8..d0ce85908 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -911,16 +911,6 @@ ephy_tab_destroy_brsr_cb (EphyEmbed *embed, EphyTab *tab)
ephy_window_remove_tab (tab->priv->window, tab);
}
-static gint
-ephy_tab_open_uri_cb (EphyEmbed *embed, const char *uri,
- EphyTab *tab)
-{
- LOG ("ephy_tab_open_uri_cb %s", uri)
-
- /* FIXME: what is this function supposed to do ? */
- return FALSE;
-}
-
static void
ephy_tab_size_to_cb (EphyEmbed *embed, gint width, gint height,
EphyTab *tab)
@@ -1112,9 +1102,6 @@ ephy_tab_init (EphyTab *tab)
g_signal_connect (embed, "destroy_browser",
G_CALLBACK (ephy_tab_destroy_brsr_cb),
tab);
- g_signal_connect (embed, "ge_open_uri",
- G_CALLBACK (ephy_tab_open_uri_cb),
- tab);
g_signal_connect (embed, "size_to",
G_CALLBACK (ephy_tab_size_to_cb),
tab);