]> git.sesse.net Git - vlc/blobdiff - test/libvlc/core.c
Add all bindings as a submodule of the main vlc git tree.
[vlc] / test / libvlc / core.c
index fe274a7cb354b78c13f14bd1b808d76ad76ec9da..3871e5e8197e01e052674a9fe025eabb1a9f00b4 100644 (file)
@@ -29,7 +29,6 @@ static void test_core (const char ** argv, int argc)
 
     log ("Testing core\n");
 
-    libvlc_exception_init (&ex);
     vlc = libvlc_new (argc, argv);
     assert (vlc != NULL);