Remove Citrix X1 support in preparation for GCMouse integration

This commit is contained in:
Cameron Gutman
2020-09-16 17:08:20 -07:00
parent dfec190b82
commit dbca1bb4ce
7 changed files with 3 additions and 83 deletions

View File

@@ -8,7 +8,6 @@
#import "ControllerSupport.h"
#import "OnScreenControls.h"
#import "Moonlight-Swift.h"
#import "StreamConfiguration.h"
@protocol EdgeDetectionDelegate <NSObject>
@@ -25,9 +24,9 @@
@end
#if TARGET_OS_TV
@interface StreamView : OSView <X1KitMouseDelegate, UITextFieldDelegate>
@interface StreamView : OSView <UITextFieldDelegate>
#else
@interface StreamView : OSView <X1KitMouseDelegate, UITextFieldDelegate, UIPointerInteractionDelegate>
@interface StreamView : OSView <UITextFieldDelegate, UIPointerInteractionDelegate>
#endif
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;