aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 6cff6c0ee..8c0fa5363 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -848,14 +848,9 @@ ephy_embed_constructed (GObject *object)
NULL);
#endif
-#ifdef HAVE_WEBKIT2
- /* TODO: status message? */
-#else
priv->status_handler_id = g_signal_connect (web_view, "notify::status-message",
G_CALLBACK (status_message_notify_cb),
embed);
-#endif
-
#ifdef HAVE_WEBKIT2
/* Window properties */
window_properties = webkit_web_view_get_window_properties (web_view);