]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/upnp_intel.cpp
Removed or privatized playlist functions.
[vlc] / modules / services_discovery / upnp_intel.cpp
index fdae66aa295bcbcf642f332110161fbfbea8ec4e..f64a74bb056cddb75698c35b0a8ffe68bad39725 100644 (file)
@@ -653,14 +653,6 @@ void MediaServer::fetchContents()
     Container* root = new Container( 0, "0", getFriendlyName() );
     _fetchContents( root );
 
-   // if ( _contents )
-   // {
-   //     PL_LOCK;
-   //     playlist_NodeEmpty( p_playlist, _playlistNode, true );
-   //     PL_UNLOCK;
-   //     delete _contents;
-   // }
-
     _contents = root;
     _contents->setInputItem( _inputItem );