diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-23 23:50:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-23 23:50:16 +0800 |
commit | 638dcf1c151204035900146ac41072dcdc82bf72 (patch) | |
tree | 50b384a5b5e4bb2f78c1263911ba2f6c0eeaeb7e /src/ephy-window.c | |
parent | f9d3e0df1d982cd511af088ba12384d9fdca8ba8 (diff) | |
download | gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.gz gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.bz2 gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.lz gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.xz gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.tar.zst gsoc2013-epiphany-638dcf1c151204035900146ac41072dcdc82bf72.zip |
ephy-window: remove leftovers from when EphyWindow managed the progress bar
Diffstat (limited to 'src/ephy-window.c')
-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 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); |