diff options
-rw-r--r-- | fitz/fitz_stream.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fitz/fitz_stream.h b/fitz/fitz_stream.h index 763d4d73..4741ede8 100644 --- a/fitz/fitz_stream.h +++ b/fitz/fitz_stream.h @@ -106,8 +106,6 @@ int fz_tostrlen(fz_obj *obj); int fz_tonum(fz_obj *obj); int fz_togen(fz_obj *obj); -fz_obj * fz_newnamefromstring(fz_obj *str); - int fz_arraylen(fz_obj *array); fz_obj *fz_arrayget(fz_obj *array, int i); void fz_arrayput(fz_obj *array, int i, fz_obj *obj); @@ -365,9 +363,6 @@ fz_error fz_seek(fz_stream *stm, int offset, int whence); * Input stream functions. */ -int fz_rtell(fz_stream *stm); -fz_error fz_rseek(fz_stream *stm, int offset, int whence); - fz_error fz_readimp(fz_stream *stm); fz_error fz_read(int *np, fz_stream *stm, unsigned char *buf, int len); fz_error fz_readline(fz_stream *stm, char *buf, int max); |