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.h3
1 files changed, 0 insertions, 3 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;