瀏覽代碼

remove not needed UIAlertSheets and UIPopoverController

Carola Nitz 7 年之前
父節點
當前提交
34a2d22545
共有 1 個文件被更改,包括 0 次插入4 次删除
  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;