summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-03 22:24:33 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-04 01:05:44 +0300
commit3afbf314b76ab2677accf330915088c07bd7c471 (patch)
tree9523da29a469d79ce0f98f5df94f398e97ed51ed /vcl/inc
parentf85dfb96c407a68c5aa13815603c11ea8e340f6e (diff)
WaE fixes to the mostly dummy iOS code
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/ios/salframeview.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/ios/salframeview.h b/vcl/inc/ios/salframeview.h
index 692598902ad4..2501e2bce610 100644
--- a/vcl/inc/ios/salframeview.h
+++ b/vcl/inc/ios/salframeview.h
@@ -37,12 +37,10 @@
-(id)initWithSalFrame: (IosSalFrame*)pFrame;
-(BOOL)canBecomeKeyWindow;
-(void)displayIfNeeded;
--(void)becomeKeyWindow;
--(void)resignKeyWindow;
-(IosSalFrame*)getSalFrame;
@end
-@interface SalFrameView : UIView <UITextInput>
+@interface SalFrameView : UIView
{
IosSalFrame* mpFrame;
@@ -64,7 +62,6 @@
-(BOOL)acceptsFirstResponder;
-(BOOL)isOpaque;
-(void)drawRect: (CGRect)aRect;
--(void)flagsChanged: (UIEvent*)pEvent;
@end
#endif