Commit 6791c80f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Dead code

parent cec206c3
......@@ -167,9 +167,6 @@ int main( int i_argc, const char *ppsz_argv[] )
libvlc_add_intf (vlc, NULL);
libvlc_playlist_play (vlc, -1, 0, NULL, &dummy);
libvlc_wait (vlc);
if (libvlc_exception_raised (&ex))
fprintf( stderr, "%s\n", libvlc_errmsg() );
libvlc_release (vlc);
}
......
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