aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-06-14 07:54:37 +0800
committerXan Lopez <xan@gnome.org>2009-06-14 07:54:37 +0800
commit3f2236c3be0095310866724caf02297918b3fb68 (patch)
treecdbd3c8086e9c611d167386d70106e07863e3a38 /src
parent9fffee107074e250a5c9fb086da44d764a0454af (diff)
downloadgsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar.gz
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar.bz2
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar.lz
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar.xz
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.tar.zst
gsoc2013-epiphany-3f2236c3be0095310866724caf02297918b3fb68.zip
ephy-window.c: remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 0 insertions, 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