diff options
| author | Johannes Schickel | 2012-02-23 01:19:34 +0100 | 
|---|---|---|
| committer | Johannes Schickel | 2012-02-23 01:19:34 +0100 | 
| commit | 174127c1ddd1dcd1cbdf74e61e8e48e02f6c9e2e (patch) | |
| tree | b6e965b819823dce45eec812fc5304ac8a29ddf3 /backends | |
| parent | 26405be48f1c011a08c51e3bcb1bd0e1a16f14a2 (diff) | |
| download | scummvm-rg350-174127c1ddd1dcd1cbdf74e61e8e48e02f6c9e2e.tar.gz scummvm-rg350-174127c1ddd1dcd1cbdf74e61e8e48e02f6c9e2e.tar.bz2 scummvm-rg350-174127c1ddd1dcd1cbdf74e61e8e48e02f6c9e2e.zip  | |
IPHONE: Remove some more dead code.
Diffstat (limited to 'backends')
| -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) {  | 
