From 01a774064e13cebc9a75e44432226d845fa46f9a Mon Sep 17 00:00:00 2001 From: Tor Andersson <tor@ghostscript.com> Date: Mon, 15 Nov 2004 07:50:43 +0100 Subject: render optimizations --- include/fitz/pixmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/fitz/pixmap.h') diff --git a/include/fitz/pixmap.h b/include/fitz/pixmap.h index ea112405..ecd45270 100644 --- a/include/fitz/pixmap.h +++ b/include/fitz/pixmap.h @@ -18,7 +18,6 @@ void fz_debugpixmap(fz_pixmap *map); void fz_clearpixmap(fz_pixmap *map); void fz_droppixmap(fz_pixmap *map); -fz_error *fz_convertpixmap(fz_pixmap **dstp, fz_pixmap *src, fz_colorspace *srcs, fz_colorspace *dsts); fz_error *fz_scalepixmap(fz_pixmap **dstp, fz_pixmap *src, int xdenom, int ydenom); void fz_blendover(fz_pixmap *src, fz_pixmap *dst); -- cgit v1.2.3