[epiphany] ephy-window.c: remove unused variable.



commit 3f2236c3be0095310866724caf02297918b3fb68
Author: Xan Lopez <xan gnome org>
Date:   Sun Jun 14 02:54:37 2009 +0300

    ephy-window.c: remove unused variable.

 src/ephy-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 251bfb1..cab80ae 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1607,7 +1607,6 @@ static void
 sync_tab_load_progress (EphyWebView *view, GParamSpec *pspec, EphyWindow *window)
 {
 	gdouble progress;
-	gboolean loading;
 	const char *uri;
 
 	if (window->priv->closing) return;
@@ -1618,7 +1617,6 @@ sync_tab_load_progress (EphyWebView *view, GParamSpec *pspec, EphyWindow *window
 		window->priv->clear_progress_timeout_id = 0;
 	}
 
-	loading = ephy_web_view_get_load_status (view);
 	/* If we are loading about:blank do not show progress, as the
 	   blink it causes is annoying. */
 	/* FIXME: for some reason webkit_web_view_get_uri returns NULL



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