diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-22 21:09:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-22 21:09:06 +0800 |
commit | f88cd6dc3b5027bb2cde61eaf04886e2b6852fc2 (patch) | |
tree | 5c9cccde2fe80e220a48f1a4fb3bf46aae817875 /src | |
parent | 953042c0c733c5d72a039941fb1dc4f44cd613b2 (diff) | |
download | gsoc2013-epiphany-f88cd6dc3b5027bb2cde61eaf04886e2b6852fc2.tar.gz gsoc2013-epiphany-f88cd6dc3b5027bb2cde61eaf04886e2b6852fc2.tar.zst gsoc2013-epiphany-f88cd6dc3b5027bb2cde61eaf04886e2b6852fc2.zip |
ephy-window: remove unused code
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 3275087e6..99106c87e 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -391,7 +391,6 @@ struct _EphyWindowPrivate EphyEmbed *active_embed; EphyFindToolbar *find_toolbar; guint num_tabs; - guint tab_message_cid; EphyWebViewChrome chrome; GHashTable *tabs_to_remove; EphyEmbedEvent *context_event; @@ -2759,9 +2758,6 @@ notebook_page_added_cb (EphyNotebook *notebook, g_return_if_fail (EPHY_IS_EMBED (embed)); priv->num_tabs++; - - priv->tab_message_cid = ephy_embed_statusbar_get_context_id - (embed, EPHY_EMBED_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION); #if 0 g_signal_connect_object (embed, "open-link", G_CALLBACK (ephy_link_open), window, |