From bb9f8f60e0f1045d0dcbe89db37bcc12eb1e5e5c Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Wed, 12 Jan 2022 11:21:33 +0100 Subject: [PATCH] aout: remove old documentation --- include/vlc_aout.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/vlc_aout.h b/include/vlc_aout.h index c192f6c85f..45cb1181d2 100644 --- a/include/vlc_aout.h +++ b/include/vlc_aout.h @@ -240,9 +240,6 @@ struct audio_output void (*flush)( audio_output_t *); /**< Flushes the playback buffers (mandatory, cannot be NULL). - * - * \param wait true to wait for playback of pending buffers (drain), - * false to discard pending buffers (flush) * * \note This callback cannot be called in stopped state. */