diff options
Diffstat (limited to 'platform/ios/Classes/MuPageViewReflow.h')
-rw-r--r-- | platform/ios/Classes/MuPageViewReflow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/ios/Classes/MuPageViewReflow.h b/platform/ios/Classes/MuPageViewReflow.h index 2fa62ba3..da9d556a 100644 --- a/platform/ios/Classes/MuPageViewReflow.h +++ b/platform/ios/Classes/MuPageViewReflow.h @@ -3,10 +3,6 @@ #import "MuPageView.h" @interface MuPageViewReflow : UIWebView <UIWebViewDelegate,MuPageView> -{ - int number; - float scale; -} -(id) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber; |