aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-encodings.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-encodings.h')
-rw-r--r--embed/ephy-encodings.h18
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