From a58af9fc29f9d8f86f932d0bdd72ead9217637b7 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 2 Oct 2014 19:51:34 +0200 Subject: iOS: Move instance variables from .h to .m These are private details that, since changes in Xcode, no longer need to be exposed in the headers. --- platform/ios/Classes/MuHitView.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'platform/ios/Classes/MuHitView.h') diff --git a/platform/ios/Classes/MuHitView.h b/platform/ios/Classes/MuHitView.h index b29caa61..d0823c8b 100644 --- a/platform/ios/Classes/MuHitView.h +++ b/platform/ios/Classes/MuHitView.h @@ -8,14 +8,6 @@ #include "mupdf/fitz.h" @interface MuHitView : UIView -{ - CGSize pageSize; - int hitCount; - CGRect hitRects[500]; - int linkPage[500]; - char *linkUrl[500]; - UIColor *color; -} - (id) initWithSearchResults: (int)n forDocument: (fz_document *)doc; - (id) initWithLinks: (fz_link*)links forDocument: (fz_document *)doc; - (void) setPageSize: (CGSize)s; -- cgit v1.2.3