Skip to content
Snippets Groups Projects
Commit 6f1847d4 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Remove unused segmentedTitleControl property in home view controller


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 55d3c507
No related branches found
No related tags found
1 merge request!6001macosx: Avoid retaining objects that are not necessary to keep alive
...@@ -39,7 +39,6 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -39,7 +39,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (readonly) NSView *homeLibraryView; @property (readonly) NSView *homeLibraryView;
@property (readonly) NSScrollView *homeLibraryStackViewScrollView; @property (readonly) NSScrollView *homeLibraryStackViewScrollView;
@property (readonly) NSStackView *homeLibraryStackView; @property (readonly) NSStackView *homeLibraryStackView;
@property (readonly) NSSegmentedControl *segmentedTitleControl;
@property (readonly) VLCLoadingOverlayView *loadingOverlayView; @property (readonly) VLCLoadingOverlayView *loadingOverlayView;
@property (readonly) VLCLibraryHomeViewStackViewController *stackViewController; @property (readonly) VLCLibraryHomeViewStackViewController *stackViewController;
......
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