From 69ae23fdd1e39f4e7aa30082e36cc635d954bccf Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Dec 2017 11:43:04 +0100 Subject: options: drop some previously deprecated options A release has been made, so drop options deprecated for that release. Also drop some options which have been deprecated a much longer time before. Also fix a typo in client-api-changes.rst. --- player/audio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'player/audio.c') diff --git a/player/audio.c b/player/audio.c index 965ac8f71a..8422e109f1 100644 --- a/player/audio.c +++ b/player/audio.c @@ -140,9 +140,6 @@ static int recreate_audio_filters(struct MPContext *mpctx) if (afs->initialized < 1 && af_init(afs) < 0) goto fail; - if (mpctx->opts->softvol == SOFTVOL_NO) - MP_ERR(mpctx, "--softvol=no is not supported anymore.\n"); - mp_notify(mpctx, MPV_EVENT_AUDIO_RECONFIG, NULL); return 0; -- cgit v1.2.3