aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-08-23 05:01:40 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 04:43:09 +0800
commit35f955dcb5c5c9fd0daa510788064e76a016a63c (patch)
tree6078902a1503dfeafea7cf705dd48ad55c0af879
parent0c764e313461fcd3cebbb765e4ecef689be17ee6 (diff)
downloadgsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar.gz
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar.bz2
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar.lz
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar.xz
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.tar.zst
gsoc2013-epiphany-35f955dcb5c5c9fd0daa510788064e76a016a63c.zip
ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD
Bug #618627
-rw-r--r--embed/ephy-favicon-cache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index 633d3750c..aa3b9bea2 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -101,7 +101,6 @@ enum
EPHY_NODE_FAVICON_PROP_FILENAME = 3,
EPHY_NODE_FAVICON_PROP_LAST_USED = 4,
EPHY_NODE_FAVICON_PROP_STATE = 5,
- EPHY_NODE_FAVICON_PROP_CHECKOLD = 6,
EPHY_NODE_FAVICON_PROP_CHECKED = 7,
};
@@ -737,10 +736,6 @@ ephy_favicon_cache_get (EphyFaviconCache *cache,
ephy_node_set_property_int (icon,
EPHY_NODE_FAVICON_PROP_CHECKED,
(int) checklevel);
-
- /* epiphany 1.6 compat */
- ephy_node_set_property_boolean
- (icon, EPHY_NODE_FAVICON_PROP_CHECKOLD, valid);
}
/* if it still needs the check, mime type couldn't be checked. Deny! */