summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-04-23 18:55:26 +0100
committerRobin Watts <robin.watts@artifex.com>2013-04-26 14:42:51 +0100
commitc06007db0978041d6b60125929d0ca412f36e18e (patch)
treeb2aec4da0a6205175b77c4485ab57deb9fe9c0e2 /fitz/fitz-internal.h
parentbbf2da4a518d02d83fd939fd716f09f4daa2546a (diff)
downloadmupdf-c06007db0978041d6b60125929d0ca412f36e18e.tar.xz
Hint enabling/disabling for devices.
Add configuration functions to control the hints set on a given device. Use this to set whether image data is captured or not in the text extraction process. Also update the display list device to respect the device hints during playback.
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index e5f3c0fa..60407b88 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1468,10 +1468,6 @@ fz_device *fz_new_draw_device_type3(fz_context *ctx, fz_pixmap *dest);
enum
{
- /* Hints */
- FZ_IGNORE_IMAGE = 1,
- FZ_IGNORE_SHADE = 2,
-
/* Flags */
FZ_DEVFLAG_MASK = 1,
FZ_DEVFLAG_COLOR = 2,