diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-02 04:47:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-02 04:47:00 +0800 |
commit | 7093f6ad148d62a9ddc77f8080cf9822d5d24f1f (patch) | |
tree | 672ab4fb4d9e9853b14903b6c9019e911773fd93 /embed/ephy-encodings.c | |
parent | 8493f7c5d64b577b3f6b8de91e5bb6c82a8b96ae (diff) | |
download | gsoc2013-epiphany-7093f6ad148d62a9ddc77f8080cf9822d5d24f1f.tar.gz gsoc2013-epiphany-7093f6ad148d62a9ddc77f8080cf9822d5d24f1f.tar.zst gsoc2013-epiphany-7093f6ad148d62a9ddc77f8080cf9822d5d24f1f.zip |
Clean up encoding handling.
2004-05-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: (ephy_embed_get_encoding),
(ephy_embed_has_automatic_encoding):
* embed/ephy-embed.h:
* embed/ephy-encodings.c:
* embed/ephy-encodings.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/MozRegisterComponents.cpp:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-encoding-dialog.c: (sync_embed_cb), (activate_choice):
* src/ephy-encoding-menu.c: (update_encoding_menu_cb),
(encoding_activate_cb):
Clean up encoding handling.
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 61b84617f..b58fbd9e5 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -499,15 +499,6 @@ ephy_encoding_info_free (EphyEncodingInfo *info) } } -gboolean -ephy_encoding_info_is_automatic (EphyEncodingInfo *info) -{ - g_return_val_if_fail (info != NULL, FALSE); - - return (info->encoding_source < EMBED_ENCODING_PARENT_FORCED) - && (info->forced_encoding == NULL || info->forced_encoding[0] == '\0'); -} - EphyEncodings * ephy_encodings_new (void) { |