]> git.sesse.net Git - vlc/blobdiff - include/aout_internal.h
* aout_Volume* functions now do their own vlc_object_find() on the
[vlc] / include / aout_internal.h
index 2978bd1a916e9d2f892de7f23ed5d5eb68e52877..d05d3380702dcedcbae241e1fa47ed75966ed337 100644 (file)
@@ -2,7 +2,7 @@
  * aout_internal.h : internal defines for audio output
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: aout_internal.h,v 1.37 2003/01/23 17:13:28 massiot Exp $
+ * $Id: aout_internal.h,v 1.38 2003/02/09 01:13:43 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -200,8 +200,6 @@ typedef struct aout_output_t
     /* Current volume for the output - it's just a placeholder, the plug-in
      * may or may not use it. */
     audio_volume_t          i_volume;
-    /* Saved volume for aout_VolumeMute(). */
-    audio_volume_t          i_saved_volume;
 
     /* If b_error == 1, there is no audio output pipeline. */
     vlc_bool_t              b_error;