Commit da74604a authored by Antoine Cellerier's avatar Antoine Cellerier

Remove useless lines (which came from a missunderstanding of how it worked)

parent 97278aab
......@@ -1036,10 +1036,8 @@ void __sout_CfgParse( vlc_object_t *p_this, char *psz_prefix,
{
msg_Warn( p_this, "Option %s is deprecated. You should use "
"%s instead.", p_conf->psz_name, p_conf->psz_current );
i_type = config_GetType( p_this, psz_name );
free( psz_name );
psz_name = strdup( p_conf->psz_current );
var_Create( p_this, psz_name, i_type | VLC_VAR_DOINHERIT );
}
}
/* </Check if the option is deprecated> */
......
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