diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/ios/salframeview.h | 5 |
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 |