Commit 6f199796 authored by David Fuhrmann's avatar David Fuhrmann Committed by Jean-Baptiste Kempf

macosx: remove outdated and unneeded bookmarks table reload

(cherry picked from commit ef9b397618ca1e8cb7312cd47844bf501fa19dd8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c5ec1dcd
......@@ -64,5 +64,5 @@
- (IBAction)edit_ok:(id)sender;
- (void)showBookmarks;
- (id)dataTable;
@end
......@@ -356,15 +356,6 @@ clear:
[o_tbl_dataTable reloadData];
}
/*****************************************************************************
* callback stuff
*****************************************************************************/
-(id)dataTable
{
return o_tbl_dataTable;
}
/*****************************************************************************
* data source methods
*****************************************************************************/
......
......@@ -608,7 +608,6 @@
//[o_outline_dict removeAllObjects];
[o_outline_view reloadData];
[[[[VLCMain sharedInstance] wizard] playlistWizard] reloadOutlineView];
[[[[VLCMain sharedInstance] bookmarks] dataTable] reloadData];
[o_outline_view selectRowIndexes:[NSIndexSet indexSetWithIndex:retainedRowSelection] byExtendingSelection:NO];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment