Commit 7d250086 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove silly debug for previous commit

parent 65bc1a4e
...@@ -84,9 +84,6 @@ libvlc_instance_t * libvlc_new( int argc, const char *const *argv, ...@@ -84,9 +84,6 @@ libvlc_instance_t * libvlc_new( int argc, const char *const *argv,
{ {
libvlc_instance_t *p_new; libvlc_instance_t *p_new;
for (int i = 0; i < argc; i++)
printf ("%d: %s\n", i, argv[i]);
libvlc_int_t *p_libvlc_int = libvlc_InternalCreate(); libvlc_int_t *p_libvlc_int = libvlc_InternalCreate();
if( !p_libvlc_int ) RAISENULL( "VLC initialization failed" ); if( !p_libvlc_int ) RAISENULL( "VLC initialization failed" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment