summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:30:43 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:57:18 +0300
commit9f7c6291a525b62628360166f8313db6904fb44e (patch)
tree580f62d7a4db7a2ad2d81e328da53747f7a9a777 /help
parent1ade57af4bd671ed58ab6de897ff3f07b4363e76 (diff)
downloadmpv-9f7c6291a525b62628360166f8313db6904fb44e.tar.bz2
mpv-9f7c6291a525b62628360166f8313db6904fb44e.tar.xz
Remove special error message for -ao alsa1x and alsa9
Those variants were removed in 2004. Remove the special handling of those ao names and treat them like any other unrecognized ao name. This removes a questionable exit_player() call.
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 5a82a3943f..311927fb03 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1152,7 +1152,6 @@ static char help_text[]=
// ======================= audio output drivers ========================
// audio_out.c
-#define MSGTR_AO_ALSA9_1x_Removed "audio_out: alsa9 and alsa1x modules were removed, use -ao alsa instead.\n"
#define MSGTR_AO_TryingPreferredAudioDriver "Trying preferred audio driver '%.*s', options '%s'\n"
#define MSGTR_AO_NoSuchDriver "No such audio driver '%.*s'\n"
#define MSGTR_AO_FailedInit "Failed to initialize audio driver '%s'\n"