aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-encoding.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-07-31 21:34:28 +0800
committerXan Lopez <xan@igalia.com>2012-07-31 21:34:28 +0800
commitd46dbdabfb2f3b1885b0eb30bde4cc7652475292 (patch)
tree357996ecacdac23511fe01eff47655e1222482f9 /embed/ephy-encoding.h
parenta9b77ec4948dd2db2b3aef808e29c97aaa782589 (diff)
downloadgsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar.gz
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar.bz2
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar.lz
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar.xz
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.tar.zst
gsoc2013-epiphany-d46dbdabfb2f3b1885b0eb30bde4cc7652475292.zip
ephy-encoding: auto-calculate 'title-elided' and 'collation-key'
They are derived from 'title', no need to pass them as parameters.
Diffstat (limited to 'embed/ephy-encoding.h')
-rw-r--r--embed/ephy-encoding.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-encoding.h b/embed/ephy-encoding.h
index 92d0addf4..bed8d05f1 100644
--- a/embed/ephy-encoding.h
+++ b/embed/ephy-encoding.h
@@ -84,8 +84,6 @@ typedef enum
GType ephy_encoding_get_type (void);
EphyEncoding * ephy_encoding_new (const char *encoding,
const char *title,
- const char *title_elided,
- const char *collation_key,
int language_groups);
const char * ephy_encoding_get_title (EphyEncoding *encoding);
const char * ephy_encoding_get_title_elided (EphyEncoding *encoding);