[vlc-commits] aout: remove stray comment

Rémi Denis-Courmont git at videolan.org
Thu May 3 17:44:50 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May  3 15:32:28 2018 +0300| [894e11ad04291880be3f2fbf3ae44a1568fc0542] | committer: Rémi Denis-Courmont

aout: remove stray comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=894e11ad04291880be3f2fbf3ae44a1568fc0542
---

 src/audio_output/output.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/audio_output/output.c b/src/audio_output/output.c
index eb7bda394c..56a179fa8b 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -75,7 +75,6 @@ static int var_CopyDevice (vlc_object_t *src, const char *name,
 
 /**
  * Supply or update the current custom ("hardware") volume.
- * @note This only makes sense after calling aout_VolumeHardInit().
  * @param volume current custom volume
  *
  * @warning The caller (i.e. the audio output plug-in) is responsible for



More information about the vlc-commits mailing list