]> git.sesse.net Git - vlc/commitdiff
macosx: remove outdated and unneeded bookmarks table reload
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Wed, 30 Jul 2014 10:20:47 +0000 (12:20 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Wed, 30 Jul 2014 10:30:49 +0000 (12:30 +0200)
modules/gui/macosx/bookmarks.h
modules/gui/macosx/bookmarks.m
modules/gui/macosx/playlist.m

index 809c112bf913356571398e576efad8faaa8f4d54..dbeec5cd4fe85cadbf97f62e1c9c085c5876e7ae 100644 (file)
@@ -64,5 +64,5 @@
 - (IBAction)edit_ok:(id)sender;
 
 - (void)showBookmarks;
-- (id)dataTable;
+
 @end
index 0115db1207c2baad49ca9dce9e84daba43952436..b59343402a185363ed5e5e70ea5b4354f46de060 100644 (file)
@@ -356,15 +356,6 @@ clear:
     [o_tbl_dataTable reloadData];
 }
 
-/*****************************************************************************
- * callback stuff
- *****************************************************************************/
-
--(id)dataTable
-{
-    return o_tbl_dataTable;
-}
-
 /*****************************************************************************
  * data source methods
  *****************************************************************************/
index d3a71ef4ae208b4b449099c8945d171840813545..b41ef77b12c5c605c7940c3e6913b74062990c11 100644 (file)
     //[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];