[epiphany] ephy-window: remove leftovers from when EphyWindow managed the progress bar



commit 638dcf1c151204035900146ac41072dcdc82bf72
Author: Xan Lopez <xan igalia com>
Date:   Mon Jan 23 16:50:16 2012 +0100

    ephy-window: remove leftovers from when EphyWindow managed the progress bar

 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 0a48de5..9bc2f53 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]