Browse Source

remove not needed UIAlertSheets and UIPopoverController

Carola Nitz 7 years ago
parent
commit
34a2d22545
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Sources/VLCMovieViewController.m

+ 0 - 4
Sources/VLCMovieViewController.m

@@ -59,9 +59,6 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     BOOL _videoFiltersHidden;
     BOOL _playbackSpeedViewHidden;
 
-    UIActionSheet *_subtitleActionSheet;
-    UIActionSheet *_audiotrackActionSheet;
-
     NSTimer *_idleTimer;
 
     BOOL _viewAppeared;
@@ -119,7 +116,6 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     UIButton *_rendererButton;
 }
 @property (nonatomic, strong) VLCMovieViewControlPanelView *controllerPanel;
-@property (nonatomic, strong) UIPopoverController *masterPopoverController;
 @property (nonatomic, strong) VLCService *services;
 @property (nonatomic, strong) IBOutlet VLCPlayingExternallyView *playingExternalView;