summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-23 16:50:16 +0100
committerXan Lopez <xan@igalia.com>2012-01-23 16:50:16 +0100
commit638dcf1c151204035900146ac41072dcdc82bf72 (patch)
tree50b384a5b5e4bb2f78c1263911ba2f6c0eeaeb7e
parentf9d3e0df1d982cd511af088ba12384d9fdca8ba8 (diff)
downloadepiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.gz
ephy-window: remove leftovers from when EphyWindow managed the progress bar
-rw-r--r--src/ephy-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 0a48de55d..9bc2f531f 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -393,7 +393,6 @@ struct _EphyWindowPrivate
EphyLocationController *location_controller;
- guint clear_progress_timeout_id;
gulong set_focus_handler;
guint closing : 1;
@@ -3221,9 +3220,6 @@ ephy_window_finalize (GObject *object)
g_hash_table_destroy (priv->tabs_to_remove);
- if (priv->clear_progress_timeout_id)
- g_source_remove (priv->clear_progress_timeout_id);
-
if (priv->set_focus_handler != 0)
g_signal_handler_disconnect (window,
priv->set_focus_handler);