From d46dbdabfb2f3b1885b0eb30bde4cc7652475292 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 31 Jul 2012 15:34:28 +0200 Subject: ephy-encoding: auto-calculate 'title-elided' and 'collation-key' They are derived from 'title', no need to pass them as parameters. --- embed/ephy-encoding.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'embed/ephy-encoding.h') 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); -- cgit v1.2.3