diff options
| -rw-r--r-- | backends/platform/iphone/iphone_video.h | 3 | ||||
| -rw-r--r-- | backends/platform/iphone/iphone_video.mm | 4 | 
2 files changed, 0 insertions, 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) {  | 
