From 174127c1ddd1dcd1cbdf74e61e8e48e02f6c9e2e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 23 Feb 2012 01:19:34 +0100 Subject: IPHONE: Remove some more dead code. --- backends/platform/iphone/iphone_video.h | 3 --- backends/platform/iphone/iphone_video.mm | 4 ---- 2 files changed, 7 deletions(-) diff --git a/backends/platform/iphone/iphone_video.h b/backends/platform/iphone/iphone_video.h index 83150961d0..733851f8b7 100644 --- a/backends/platform/iphone/iphone_video.h +++ b/backends/platform/iphone/iphone_video.h @@ -53,7 +53,6 @@ struct VideoContext { }; @interface iPhoneView : UIView { - void *_screenSurface; NSMutableArray *_events; SoftKeyboard *_keyboardView; @@ -77,8 +76,6 @@ struct VideoContext { - (void)drawRect:(CGRect)frame; -- (void *)getSurface; - - (void)initSurface; - (void)setViewTransformation; diff --git a/backends/platform/iphone/iphone_video.mm b/backends/platform/iphone/iphone_video.mm index 8ea6c2374b..c99346964c 100644 --- a/backends/platform/iphone/iphone_video.mm +++ b/backends/platform/iphone/iphone_video.mm @@ -368,10 +368,6 @@ static bool getMouseCoords(UIDeviceOrientation orientation, CGPoint point, int * free(_overlayTexBuffer); } -- (void *)getSurface { - return _screenSurface; -} - - (void)drawRect:(CGRect)frame { #if 0 if (lastTick == 0) { -- cgit v1.2.3