[vlc-commits] Remove stray translation
Rémi Denis-Courmont
git at videolan.org
Tue Apr 17 19:26:23 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 17 20:14:59 2012 +0300| [7eb61415a943bf459cc2fc6fd239d30b4349f974] | committer: Rémi Denis-Courmont
Remove stray translation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7eb61415a943bf459cc2fc6fd239d30b4349f974
---
src/libvlc-module.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 5c90584..b066718 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -282,11 +282,6 @@ static const char *const ppsz_snap_formats[] =
"The volume can be recorded and automatically restored next time " \
"VLC is used." )
-#define AOUT_RATE_TEXT N_("Audio output frequency (Hz)")
-#define AOUT_RATE_LONGTEXT N_( \
- "You can force the audio output frequency here. Common values are " \
- "0 (undefined), 48000, 44100, 32000, 22050, 16000, 11025, 8000.")
-
#if !defined( __APPLE__ )
#define AOUT_RESAMP_TEXT N_("High quality audio resampling")
#define AOUT_RESAMP_LONGTEXT N_( \
More information about the vlc-commits
mailing list