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

Remove unused variable

parent b5226267
......@@ -933,7 +933,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
int libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
{
intf_thread_t * p_intf = NULL;
vout_thread_t * p_vout = NULL;
libvlc_priv_t *priv = libvlc_priv (p_libvlc);
/* Ask the interfaces to stop and destroy them */
......
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