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

Dead code

parent 7a4b7465
...@@ -1444,7 +1444,6 @@ static int InheritValue( vlc_object_t *p_this, const char *psz_name, ...@@ -1444,7 +1444,6 @@ static int InheritValue( vlc_object_t *p_this, const char *psz_name,
msg_Warn( p_this, "Could not inherit value for var %s " msg_Warn( p_this, "Could not inherit value for var %s "
"from config. Invalid Type", psz_name ); "from config. Invalid Type", psz_name );
return VLC_ENOOBJ; return VLC_ENOOBJ;
break;
} }
/*msg_Dbg( p_this, "Inherited value for var %s from config", psz_name );*/ /*msg_Dbg( p_this, "Inherited value for var %s from config", psz_name );*/
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