summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset/codecs/codec_impl.h')
-rw-r--r--src/charset/codecs/codec_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charset/codecs/codec_impl.h b/src/charset/codecs/codec_impl.h
index 09f622c..a14a3f6 100644
--- a/src/charset/codecs/codec_impl.h
+++ b/src/charset/codecs/codec_impl.h
@@ -21,9 +21,6 @@ struct parserutils_charset_codec {
parserutils_charset_codec_errormode errormode; /**< error mode */
- parserutils_alloc alloc; /**< allocation function */
- void *alloc_pw; /**< private word */
-
struct {
parserutils_error (*destroy)(parserutils_charset_codec *codec);
parserutils_error (*encode)(parserutils_charset_codec *codec,
@@ -42,7 +39,6 @@ struct parserutils_charset_codec {
typedef struct parserutils_charset_handler {
bool (*handles_charset)(const char *charset);
parserutils_error (*create)(const char *charset,
- parserutils_alloc alloc, void *pw,
parserutils_charset_codec **codec);
} parserutils_charset_handler;