]> git.sesse.net Git - vlc/blobdiff - test/libvlc/core.c
Remove deprecated functions
[vlc] / test / libvlc / core.c
index 4f68bf110e414995fe21891417d8c5dda60e7f6d..e9d773c1520d1be43281f701f874da44e739467d 100644 (file)
@@ -34,16 +34,6 @@ static void test_core (const char ** argv, int argc)
     vlc = libvlc_new (argc, argv, &ex);
     catch ();
 
-    libvlc_playlist_clear (vlc, &ex);
-    catch ();
-
-    id = libvlc_playlist_add_extended (vlc, "/dev/null", "Test", 0, NULL,
-                                       &ex);
-    catch ();
-
-    libvlc_playlist_clear (vlc, &ex);
-    catch ();
-
     libvlc_retain (vlc);
     libvlc_release (vlc);
     libvlc_release (vlc);