Skip to content
Snippets Groups Projects
Commit 0f56373e authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Remove useless code in resetDefaultSplitForSplitView


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 5cf24efc
No related branches found
No related tags found
1 merge request!6289macosx: Remove useless code in VLCLibraryTwoPaneSplitViewDelegate
Pipeline #532789 passed with stage
in 17 minutes and 1 second
......@@ -31,8 +31,6 @@
- (void)resetDefaultSplitForSplitView:(NSSplitView *)splitView
{
VLCLibraryWindow * const libraryWindow = VLCMain.sharedInstance.libraryWindow;
const CGFloat libraryWindowWidth = libraryWindow.frame.size.width;
[splitView setPosition:VLCLibraryUIUnits.librarySplitViewSelectionViewDefaultWidth
ofDividerAtIndex:0];
}
......
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