diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
commit | 691028a1c0528158e8a8ec04631b26b46caa3804 (patch) | |
tree | a9fd4eabd25976fbce711e12da9496b41cdd5f06 /include/fitz/object.h | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'include/fitz/object.h')
-rw-r--r-- | include/fitz/object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fitz/object.h b/include/fitz/object.h index c564b70b..520fa27f 100644 --- a/include/fitz/object.h +++ b/include/fitz/object.h @@ -100,7 +100,6 @@ int fz_arraylen(fz_obj *array); fz_obj *fz_arrayget(fz_obj *array, int i); fz_error *fz_arrayput(fz_obj *array, int i, fz_obj *obj); fz_error *fz_arraypush(fz_obj *array, fz_obj *obj); -void fz_freearray(fz_obj *array); int fz_dictlen(fz_obj *dict); fz_obj *fz_dictgetkey(fz_obj *dict, int idx); @@ -111,7 +110,6 @@ fz_error *fz_dictput(fz_obj *dict, fz_obj *key, fz_obj *val); fz_error *fz_dictputs(fz_obj *dict, char *key, fz_obj *val); fz_error *fz_dictdel(fz_obj *dict, fz_obj *key); fz_error *fz_dictdels(fz_obj *dict, char *key); -void fz_freedict(fz_obj *dict); int fz_sprintobj(char *s, int n, fz_obj *obj, int tight); void fz_debugobj(fz_obj *obj); |