aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-09-03 21:42:03 +0800
committerXan Lopez <xan@gnome.org>2009-09-04 02:41:45 +0800
commitfdc216467277bb6235c9c7fc6f3ace9a3a37bc8a (patch)
treec9c290be02b3a35c866f212e79a80ff844e79fe5 /embed
parentad2b264036d50bc4225899e76e7a29c80b24ca96 (diff)
downloadgsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar.gz
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar.bz2
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar.lz
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar.xz
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.tar.zst
gsoc2013-epiphany-fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a.zip
ephy-web-view.c: remove some unused variables
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index a1228904a..49fc653d5 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -67,8 +67,6 @@ struct _EphyWebViewPrivate {
char *address;
char *typed_address;
char *title;
- int cur_requests;
- int total_requests;
char *loading_title;
char *status_message;
char *link_message;
@@ -1393,9 +1391,6 @@ ephy_web_view_update_from_net_state (EphyWebView *view,
g_object_freeze_notify (object);
- priv->total_requests = 0;
- priv->cur_requests = 0;
-
ensure_page_info (view, uri);
g_object_notify (object, "embed-title");