Browse Source

macosx: Remove unused selectedRow in master detail view table view delegate

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
pull/201/head
Claudio Cambra 5 months ago
committed by Felix Paul Kühne
parent
commit
795f45a926
  1. 1
      modules/gui/macosx/library/VLCLibraryMasterDetailViewTableViewDelegate.m

1
modules/gui/macosx/library/VLCLibraryMasterDetailViewTableViewDelegate.m

@ -31,7 +31,6 @@
NSParameterAssert(notification);
NSTableView * const tableView = (NSTableView *)notification.object;
NSAssert(tableView, @"Must be a valid table view");
const NSInteger selectedRow = tableView.selectedRow;
if (![tableView.dataSource conformsToProtocol:@protocol(VLCLibraryMasterDetailViewTableViewDataSource)]) {
return;

Loading…
Cancel
Save