Commit 87b5e1be authored by Antoine Cellerier's avatar Antoine Cellerier

Remove useless code (or its use was really cryptic)

parent 6a8b6cbb
...@@ -1906,7 +1906,7 @@ static int AddIntfInternal( int i_object, char const *psz_module, ...@@ -1906,7 +1906,7 @@ static int AddIntfInternal( int i_object, char const *psz_module,
vlc_bool_t b_block, vlc_bool_t b_play, vlc_bool_t b_block, vlc_bool_t b_play,
int i_options, char **ppsz_options ) int i_options, char **ppsz_options )
{ {
int i_err,i; int i_err;
intf_thread_t *p_intf; intf_thread_t *p_intf;
vlc_t *p_vlc = vlc_current_object( i_object ); vlc_t *p_vlc = vlc_current_object( i_object );
...@@ -1952,11 +1952,6 @@ static int AddIntfInternal( int i_object, char const *psz_module, ...@@ -1952,11 +1952,6 @@ static int AddIntfInternal( int i_object, char const *psz_module,
return i_err; return i_err;
} }
for( i = 0 ; i< i_options ; i++ )
{
}
if( i_object ) vlc_object_release( p_vlc ); if( i_object ) vlc_object_release( p_vlc );
return VLC_SUCCESS; return VLC_SUCCESS;
}; };
......
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