From 3f2236c3be0095310866724caf02297918b3fb68 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 14 Jun 2009 02:54:37 +0300 Subject: ephy-window.c: remove unused variable. --- src/ephy-window.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ephy-window.c b/src/ephy-window.c index 251bfb146..cab80aec0 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 -- cgit v1.2.3