diff options
Diffstat (limited to 'embed/ephy-encodings.h')
-rw-r--r-- | embed/ephy-encodings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h index 626ae8c3a..82b556c4a 100644 --- a/embed/ephy-encodings.h +++ b/embed/ephy-encodings.h @@ -77,7 +77,6 @@ enum EPHY_NODE_ENCODING_PROP_COLLATION_KEY = 3, EPHY_NODE_ENCODING_PROP_ENCODING = 4, EPHY_NODE_ENCODING_PROP_LANGUAGE_GROUPS = 5, - EPHY_NODE_ENCODING_PROP_IS_AUTODETECTOR = 6 }; struct _EphyEncodings @@ -106,8 +105,6 @@ GList *ephy_encodings_get_encodings (EphyEncodings *encodings, EphyNode *ephy_encodings_get_all (EphyEncodings *encodings); -EphyNode *ephy_encodings_get_detectors (EphyEncodings *encodings); - void ephy_encodings_add_recent (EphyEncodings *encodings, const char *code); |