From 8d89d74009aca2427c2e013cab55f5c914260faf Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 30 Apr 2008 20:05:22 +0300 Subject: [PATCH] --mono does noes exist. Comment out the text for it. --- src/libvlc-module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 23ec831828..5a91a45134 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -215,8 +215,10 @@ static const char *ppsz_snap_formats[] = "You can completely disable the audio output. The audio " \ "decoding stage will not take place, thus saving some processing power.") +#if 0 #define MONO_TEXT N_("Force mono audio") #define MONO_LONGTEXT N_("This will force a mono audio output.") +#endif #define VOLUME_TEXT N_("Default audio volume") #define VOLUME_LONGTEXT N_( \ -- 2.39.2