From 38a9e4ee3ee6f6aab33cce11f0f6a3e55925ae4f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 2 Sep 2008 16:12:05 +0000 Subject: Little bit modified patch from Joerg Sonnenberger that remove the need for memfile. It pass all the image test of the test suite with some little modification. E seems to run fine with it and my apps also. But if you experience error with eet and compressed picture, please report them to me. SVN revision: 35795 --- src/lib/Eet_private.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/Eet_private.h') diff --git a/src/lib/Eet_private.h b/src/lib/Eet_private.h index 4af3e2b..7160783 100644 --- a/src/lib/Eet_private.h +++ b/src/lib/Eet_private.h @@ -62,11 +62,6 @@ int eet_dictionary_string_get_float(const Eet_Dictionary *ed, int i int eet_dictionary_string_get_double(const Eet_Dictionary *ed, int index, double *result); int eet_dictionary_string_get_hash(const Eet_Dictionary *ed, int index); -FILE *_eet_memfile_read_open(const void *data, size_t size); -void _eet_memfile_read_close(FILE *f); -FILE *_eet_memfile_write_open(void **data, size_t *size); -void _eet_memfile_write_close(FILE *f); -void _eet_memfile_shutdown(void); int _eet_hash_gen(const char *key, int hash_size); int _eet_string_to_double_convert(const char *src, long long *m, long *e); void _eet_double_to_string_convert(char des[128], double d); -- cgit v1.2.1