diff options
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
| -rw-r--r-- | backends/platform/iphone/osys_main.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h index 8b1365af30..180d3e9d06 100644 --- a/backends/platform/iphone/osys_main.h +++ b/backends/platform/iphone/osys_main.h @@ -66,8 +66,6 @@ protected:  	Graphics::Surface _framebuffer;  	byte *_gameScreenRaw; -	uint16 *_gameScreenConverted; -  	// For use with the game texture  	uint16  _gamePalette[256];  	// For use with the mouse texture @@ -190,7 +188,6 @@ protected:  	void dirtyFullOverlayScreen();  	void suspendLoop();  	void drawDirtyRect(const Common::Rect &dirtyRect); -	void updateHardwareSurfaceForRect(const Common::Rect &updatedRect);  	void updateMouseTexture();  	static void AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB);  	static int timerHandler(int t); | 
