Commit 8456e0b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 5af4a9fc
......@@ -1131,8 +1131,6 @@ void libvlc_InternalDestroy( libvlc_int_t *p_libvlc )
*/
int libvlc_InternalAddIntf( libvlc_int_t *p_libvlc, char const *psz_module )
{
intf_thread_t *p_intf = NULL;
if( !p_libvlc )
return VLC_EGENERIC;
......
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