summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/audio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/audio.c b/player/audio.c
index fdc07fbf2b..aae1198835 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -46,8 +46,6 @@ enum {
AD_WAIT = -4,
};
-// Try to reuse the existing filters to change playback speed. If it works,
-// return true; if filter recreation is needed, return false.
static void update_speed_filters(struct MPContext *mpctx)
{
struct ao_chain *ao_c = mpctx->ao_chain;