From 7eb61415a943bf459cc2fc6fd239d30b4349f974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 17 Apr 2012 20:14:59 +0300 Subject: [PATCH] Remove stray translation --- src/libvlc-module.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 5c90584244..b066718807 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_( \