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.mm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backends/platform/iphone/iphone_video.mm') 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