]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
--mono does noes exist. Comment out the text for it.
[vlc] / src / libvlc-module.c
index 23ec831828ed323cae7682ccbf3396435e367cf3..5a91a45134af2cde1b0a219f1d82ff487f66d603 100644 (file)
@@ -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_( \