aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/iphone_video.h')
-rw-r--r--backends/platform/iphone/iphone_video.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/iphone/iphone_video.h b/backends/platform/iphone/iphone_video.h
index 7dbf3c57ab..5c9766a116 100644
--- a/backends/platform/iphone/iphone_video.h
+++ b/backends/platform/iphone/iphone_video.h
@@ -50,8 +50,6 @@
GLuint _overlayTexture;
GLuint _mouseCursorTexture;
- UIDeviceOrientation _orientation;
-
GLint _renderBufferWidth;
GLint _renderBufferHeight;
@@ -80,8 +78,6 @@
- (VideoContext *)getVideoContext;
-- (void)drawRect:(CGRect)frame;
-
- (void)createScreenTexture;
- (void)initSurface;
- (void)setViewTransformation;