From 9d96d035d3b7af53256ee64b5ddb0ad8bcf8df38 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 9 Jan 2017 13:27:17 +0100 Subject: Remove platform/ios directory. The iOS viewer has been moved to its own git repository. --- platform/ios/common.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 platform/ios/common.h (limited to 'platform/ios/common.h') diff --git a/platform/ios/common.h b/platform/ios/common.h deleted file mode 100644 index 15d9a64c..00000000 --- a/platform/ios/common.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef MuPDF_common_h -#define MuPDF_common_h - -#include - -#undef ABS -#undef MIN -#undef MAX - -#include "mupdf/fitz.h" - -extern fz_context *ctx; -extern dispatch_queue_t queue; -extern float screenScale; - -CGSize fitPageToScreen(CGSize page, CGSize screen); - -int search_page(fz_document *doc, int number, char *needle, fz_cookie *cookie); - -fz_rect search_result_bbox(fz_document *doc, int i); - -CGDataProviderRef CreateWrappedPixmap(fz_pixmap *pix); - -CGImageRef CreateCGImageWithPixmap(fz_pixmap *pix, CGDataProviderRef cgdata); - -#endif -- cgit v1.2.3