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

Remove unused variable

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