From cb85c97aba355ebe53849743611aaf78a483d24e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 26 Apr 2017 14:29:22 +0200 Subject: Remove unused fz_function debug printing. --- include/mupdf/fitz/function.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mupdf/fitz/function.h b/include/mupdf/fitz/function.h index 7fcaecb4..c750f194 100644 --- a/include/mupdf/fitz/function.h +++ b/include/mupdf/fitz/function.h @@ -16,7 +16,6 @@ void fz_eval_function(fz_context *ctx, fz_function *func, const float *in, int i fz_function *fz_keep_function(fz_context *ctx, fz_function *func); void fz_drop_function(fz_context *ctx, fz_function *func); size_t fz_function_size(fz_context *ctx, fz_function *func); -void fz_print_function(fz_context *ctx, fz_output *out, fz_function *func); enum { @@ -35,7 +34,6 @@ struct fz_function_s int m; /* number of input values */ int n; /* number of output values */ void (*evaluate)(fz_context *ctx, fz_function *func, const float *in, float *out); - void (*print)(fz_context *ctx, fz_output *out, fz_function *func); }; #endif -- cgit v1.2.3