aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-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);