[epiphany] ephy-web-view.c: remove some unused variables
- From: Xan Lopez <xan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-view.c: remove some unused variables
- Date: Thu, 3 Sep 2009 18:41:59 +0000 (UTC)
commit fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a
Author: Xan Lopez <xan gnome org>
Date: Thu Sep 3 16:42:03 2009 +0300
ephy-web-view.c: remove some unused variables
embed/ephy-web-view.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index a122890..49fc653 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]