[vlc-commits] qml/PlaylistMediaDisplay: Remove deprecated '_actionAtIndex' function
    Benjamin Arnaud 
    git at videolan.org
       
    Mon Apr 12 08:43:44 UTC 2021
    
    
  
vlc | branch: master | Benjamin Arnaud <benjamin.arnaud at videolabs.io> | Tue Mar 30 10:51:27 2021 +0200| [8c54d73493eae2e4ddba3ae086e23a5fdbe8cd24] | committer: Pierre Lamot
qml/PlaylistMediaDisplay: Remove deprecated '_actionAtIndex' function
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c54d73493eae2e4ddba3ae086e23a5fdbe8cd24
---
 modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml | 9 ---------
 1 file changed, 9 deletions(-)
diff --git a/modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml b/modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
index 8dd976cb2b..4d6534163d 100644
--- a/modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
+++ b/modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
@@ -121,15 +121,6 @@ Widgets.NavigableFocusScope {
         model.remove(indexes);
     }
 
-    //---------------------------------------------------------------------------------------------
-    // Private
-
-    function _actionAtIndex(index) {
-        g_mainDisplay.showPlayer();
-
-        medialib.addAndPlay(model.getIdsForIndexes(modelSelect.selectedIndexes));
-    }
-
     //---------------------------------------------------------------------------------------------
     // Childs
     //---------------------------------------------------------------------------------------------
    
    
More information about the vlc-commits
mailing list