Skip to content
Snippets Groups Projects
Commit 6c72e2f6 authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Do not store loading overlay view property in playlist view controller


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent bc66f87a
No related branches found
No related tags found
1 merge request!6136macosx: Unify handling of various view's presentation
......@@ -29,7 +29,6 @@
NS_ASSUME_NONNULL_BEGIN
@class VLCLibraryCollectionViewDelegate;
@class VLCLoadingOverlayView;
@class VLCLibraryMasterDetailViewTableViewDelegate;
@class VLCLibraryPlaylistDataSource;
@class VLCLibraryTableView;
......@@ -44,7 +43,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (readonly) VLCLibraryTableView *detailTableView;
@property (readonly) NSScrollView *collectionViewScrollView;
@property (readonly) NSCollectionView *collectionView;
@property (readonly, weak) VLCLoadingOverlayView *loadingOverlayView;
@property (readonly) VLCLibraryPlaylistDataSource *dataSource;
@property (readonly) VLCLibraryCollectionViewDelegate *collectionViewDelegate;
......
......@@ -43,7 +43,6 @@
#import "main/VLCMain.h"
#import "views/VLCLoadingOverlayView.h"
#import "windows/video/VLCMainVideoViewController.h"
......@@ -61,7 +60,6 @@
if (self) {
_dataSource = [[VLCLibraryPlaylistDataSource alloc] init];
_loadingOverlayView = libraryWindow.loadingOverlayView;
[self setupPlaylistCollectionView];
[self setupPlaylistTableView];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment