summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-08 15:54:05 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-04-09 12:09:15 +0200
commit1f913dcbca84e327977d633a985ad6bdb92f7804 (patch)
tree72d88a82361e71f0fab8b37e813a8bc3f8c8524a /source/fitz
parentaae4d9682f33187adc9dfe480fb83c05955afebe (diff)
downloadmupdf-1f913dcbca84e327977d633a985ad6bdb92f7804.tar.xz
Remove the _no_run functions.
The new pdfclean sanitize functionality mean that mutool now needs the data files, so maintaining the split that was designed to keep data files out of mutool is no longer viable.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/document-no-run.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/fitz/document-no-run.c b/source/fitz/document-no-run.c
deleted file mode 100644
index 2fd608ee..00000000
--- a/source/fitz/document-no-run.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "mupdf/fitz.h"
-
-void fz_register_no_run_document_handlers(fz_context *ctx)
-{
- fz_register_document_handler(ctx, &pdf_no_run_document_handler);
- fz_register_document_handler(ctx, &xps_document_handler);
- fz_register_document_handler(ctx, &cbz_document_handler);
- fz_register_document_handler(ctx, &img_document_handler);
- fz_register_document_handler(ctx, &tiff_document_handler);
-}