[vlc-commits] macosx: Remove old playlist code

David Fuhrmann git at videolan.org
Sat Jun 17 13:58:24 CEST 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jun 17 12:28:08 2017 +0200| [78f9dacd1ef0af67baa9ec8bf0c8d806a0c98aa4] | committer: David Fuhrmann

macosx: Remove old playlist code

Those pieces are not relevant anymore after the playlist model
rework.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78f9dacd1ef0af67baa9ec8bf0c8d806a0c98aa4
---

 modules/gui/macosx/VLCPlaylist.m | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/modules/gui/macosx/VLCPlaylist.m b/modules/gui/macosx/VLCPlaylist.m
index 2b83f53702..25d66b07ed 100644
--- a/modules/gui/macosx/VLCPlaylist.m
+++ b/modules/gui/macosx/VLCPlaylist.m
@@ -716,9 +716,6 @@
 
     [[self model] sortForColumn:identifier withMode:type];
 
-    // TODO rework, why do we need a full call here?
-//    [self playlistUpdated];
-
     /* Clear indications of any existing column sorting */
     NSUInteger count = [[_outlineView tableColumns] count];
     for (NSUInteger i = 0 ; i < count ; i++)
@@ -760,12 +757,6 @@
     }
     PL_UNLOCK;
 
-    /*
-     TODO: repaint all items bold:
-     [self isItem: [o_playing_item pointerValue] inNode: [item pointerValue] checkItemExistence:YES locked:NO]
-     || [o_playing_item isEqual: item]
-     */
-
     if (b_is_playing)
         [cell setFont: [[NSFontManager sharedFontManager] convertFont:fontToUse toHaveTrait:NSBoldFontMask]];
     else



More information about the vlc-commits mailing list