Commit 05729a00 authored by Rafaël Carré's avatar Rafaël Carré

Remove unused VLC_VAR_SETISCOMMAND

parent 253555fa
......@@ -124,7 +124,6 @@
#define VLC_VAR_GETLIST 0x0025
#define VLC_VAR_CHOICESCOUNT 0x0026
#define VLC_VAR_SETISCOMMAND 0x0040
/**@}*/
/** \defgroup var_GetAndSet Variable actions
......
......@@ -584,10 +584,6 @@ int var_Change( vlc_object_t *p_this, const char *psz_name,
p_val->psz_string = p_var->psz_text ? strdup( p_var->psz_text )
: NULL;
break;
case VLC_VAR_SETISCOMMAND:
p_var->i_type |= VLC_VAR_ISCOMMAND;
break;
default:
break;
}
......
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