summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 15:25:13 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:11:37 +0200
commit78c1264e14804a06c6d03072c8c57820fde4e148 (patch)
tree0c17cb985c847176a326457fa05fa937f8fa7bed /include/mupdf/fitz.h
parentcb85c97aba355ebe53849743611aaf78a483d24e (diff)
downloadmupdf-78c1264e14804a06c6d03072c8c57820fde4e148.tar.xz
Remove fz_function abstract structure.
There is only one implementation, so don't bother with the abstraction. Just use pdf_function directly.
Diffstat (limited to 'include/mupdf/fitz.h')
-rw-r--r--include/mupdf/fitz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index a84304e9..20f0edaa 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -35,7 +35,6 @@ extern "C" {
#include "mupdf/fitz/glyph.h"
#include "mupdf/fitz/bitmap.h"
#include "mupdf/fitz/image.h"
-#include "mupdf/fitz/function.h"
#include "mupdf/fitz/shade.h"
#include "mupdf/fitz/font.h"
#include "mupdf/fitz/path.h"