From: RĂ©mi Denis-Courmont Date: Wed, 30 Apr 2008 17:05:22 +0000 (+0300) Subject: --mono does noes exist. Comment out the text for it. X-Git-Tag: 0.9.0-test0~1284 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8d89d74009aca2427c2e013cab55f5c914260faf;p=vlc --mono does noes exist. Comment out the text for it. --- 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_( \