]> git.sesse.net Git - vlc/blobdiff - include/vlc_variables.h
var_Command: remove broken-by-design function
[vlc] / include / vlc_variables.h
index e5885876f1508c2689b21179faf2218b907e09ec..241185d2eb9a7314258ed8f523e607c7efcca600 100644 (file)
@@ -168,9 +168,6 @@ VLC_API int var_GetAndSet( vlc_object_t *, const char *, int, vlc_value_t * );
 
 VLC_API int var_Inherit( vlc_object_t *, const char *, int, vlc_value_t * );
 
-VLC_API int var_Command( vlc_object_t *, const char *, const char *, const char *, char ** );
-#define var_Command(a,b,c,d,e) var_Command( VLC_OBJECT( a ), b, c, d, e )
-
 VLC_API void var_FreeList( vlc_value_t *, vlc_value_t * );