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.h | |
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.h')
-rw-r--r-- | embed/ephy-encodings.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h index bb8dfea58..265c827eb 100644 --- a/embed/ephy-encodings.h +++ b/embed/ephy-encodings.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Christian Persch + * Copyright (C) 2003, 2004 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -88,20 +88,6 @@ typedef enum } EphyEncodingSource; -typedef struct -{ - char *encoding; - char *default_encoding; - char *hint_encoding; - char *prev_doc_encoding; - char *forced_encoding; - char *parent_encoding; - EphyEncodingSource encoding_source; - EphyEncodingSource hint_encoding_source; - EphyEncodingSource parent_encoding_source; -} -EphyEncodingInfo; - enum { EPHY_NODE_ENCODING_PROP_TITLE = 1, @@ -145,8 +131,6 @@ void ephy_encodings_add_recent (EphyEncodings *encodings, GList *ephy_encodings_get_recent (EphyEncodings *encodings); -void ephy_encoding_info_free (EphyEncodingInfo *info); - G_END_DECLS #endif |