diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2016-10-17 21:38:36 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2016-10-18 00:07:38 +0800 |
commit | aea9f03185486cae6d8754fe89effe31a938ccc1 (patch) | |
tree | f949194d9c9edd942357c67528f70d31aea0522f /include | |
parent | d30765c49406236891a7bb684def068b80cf94bd (diff) | |
download | mupdf-aea9f03185486cae6d8754fe89effe31a938ccc1.tar.xz |
Remove unused luminosity.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/pixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/pixmap.h b/include/mupdf/fitz/pixmap.h index ee5520dc..29fe7b00 100644 --- a/include/mupdf/fitz/pixmap.h +++ b/include/mupdf/fitz/pixmap.h @@ -319,7 +319,7 @@ void fz_drop_pixmap_imp(fz_context *ctx, fz_storable *pix); void fz_copy_pixmap_rect(fz_context *ctx, fz_pixmap *dest, fz_pixmap *src, const fz_irect *r); void fz_premultiply_pixmap(fz_context *ctx, fz_pixmap *pix); -fz_pixmap *fz_alpha_from_gray(fz_context *ctx, fz_pixmap *gray, int luminosity); +fz_pixmap *fz_alpha_from_gray(fz_context *ctx, fz_pixmap *gray); size_t fz_pixmap_size(fz_context *ctx, fz_pixmap *pix); fz_pixmap *fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, fz_irect *clip); |