]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Store audio output interface variables into the input manager object
[vlc] / src / libvlc.c
index cbc575e498584cd04a0b44cb9c955063d941cc2f..58f588a5ea70fcea0911fd2e91a641cb418b2406 100644 (file)
@@ -836,11 +836,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     /*
      * Load background interfaces
      */
-    /* Create volume callback system. (this variable must be created before
-       all interfaces as they can use it) */
-    var_Create( p_libvlc, "volume-change", VLC_VAR_VOID );
-    var_Create( p_libvlc, "volume-muted", VLC_VAR_BOOL );
-
     psz_modules = var_CreateGetNonEmptyString( p_libvlc, "extraintf" );
     psz_control = var_CreateGetNonEmptyString( p_libvlc, "control" );