diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-13 18:24:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-13 18:24:56 +0800 |
commit | 2606279995f614634062e0aeb9833c482db5d083 (patch) | |
tree | 625e6ae5d03052e753c3322397b41f4174ca3926 /embed/ephy-encodings.c | |
parent | 79ec35d68d698710604fd4e9682188ae28ba1ae0 (diff) | |
download | gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.gz gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.tar.zst gsoc2013-epiphany-2606279995f614634062e0aeb9833c482db5d083.zip |
Merging pre-gnome-2-10 branch to HEAD.
2004-09-13 Christian Persch <chpe@cvs.gnome.org>
Merging pre-gnome-2-10 branch to HEAD.
Splitting ChangeLog.
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index b58fbd9e5..868391c29 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -484,21 +484,6 @@ ephy_encodings_init (EphyEncodings *encodings) g_slist_free (list); } -void -ephy_encoding_info_free (EphyEncodingInfo *info) -{ - if (info) - { - g_free (info->encoding); - g_free (info->hint_encoding); - g_free (info->parent_encoding); - g_free (info->prev_doc_encoding); - g_free (info->forced_encoding); - g_free (info->default_encoding); - g_free (info); - } -} - EphyEncodings * ephy_encodings_new (void) { |