Commit 12a999b3 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* I missed a conflict I guess

parent 9ea8501d
......@@ -644,13 +644,8 @@ static bool IsMenuEmpty( char *psz_var, vlc_object_t *p_object,
if( (i_type & VLC_VAR_TYPE) != VLC_VAR_VARIABLE )
{
<<<<<<< .working
/* Very evil hack ! intf-switch can have only one value */
if( !strcmp( psz_var, "intf-switch" ) ) return FALSE;
=======
/* Very evil hack ! intf-switch can have only one value */
if( !strcmp( psz_var, "intf-switch" ) ) return FALSE;
>>>>>>> .merge-right.r15561
if( val.i_int == 1 && b_root ) return TRUE;
else return FALSE;
}
......
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