[vlc-commits] macosx: remove outdated and unneeded bookmarks table reload

David Fuhrmann git at videolan.org
Sat Aug 2 22:37:55 CEST 2014


vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Jul 30 12:20:47 2014 +0200| [6f19979607a8b43b6065ef8f1d179ab4913ec4af] | committer: Jean-Baptiste Kempf

macosx: remove outdated and unneeded bookmarks table reload

(cherry picked from commit ef9b397618ca1e8cb7312cd47844bf501fa19dd8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=6f19979607a8b43b6065ef8f1d179ab4913ec4af
---

 modules/gui/macosx/bookmarks.h |    2 +-
 modules/gui/macosx/bookmarks.m |    9 ---------
 modules/gui/macosx/playlist.m  |    1 -
 3 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/modules/gui/macosx/bookmarks.h b/modules/gui/macosx/bookmarks.h
index 809c112..dbeec5c 100644
--- a/modules/gui/macosx/bookmarks.h
+++ b/modules/gui/macosx/bookmarks.h
@@ -64,5 +64,5 @@
 - (IBAction)edit_ok:(id)sender;
 
 - (void)showBookmarks;
-- (id)dataTable;
+
 @end
diff --git a/modules/gui/macosx/bookmarks.m b/modules/gui/macosx/bookmarks.m
index 0115db1..b593434 100644
--- a/modules/gui/macosx/bookmarks.m
+++ b/modules/gui/macosx/bookmarks.m
@@ -357,15 +357,6 @@ clear:
 }
 
 /*****************************************************************************
- * callback stuff
- *****************************************************************************/
-
--(id)dataTable
-{
-    return o_tbl_dataTable;
-}
-
-/*****************************************************************************
  * data source methods
  *****************************************************************************/
 
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index d3a71ef..b41ef77 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -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];
 



More information about the vlc-commits mailing list