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

Remove unused variable

parent da9faf35
...@@ -88,7 +88,6 @@ static void intf_Destroy( vlc_object_t *obj ) ...@@ -88,7 +88,6 @@ static void intf_Destroy( vlc_object_t *obj )
intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module ) intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module )
{ {
intf_thread_t * p_intf; intf_thread_t * p_intf;
int i;
/* Allocate structure */ /* Allocate structure */
p_intf = vlc_object_create( p_this, VLC_OBJECT_INTF ); p_intf = vlc_object_create( p_this, VLC_OBJECT_INTF );
......
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