]> git.sesse.net Git - vlc/commitdiff
* removed another translatable string that is no longer used.
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 7 Oct 2004 22:54:18 +0000 (22:54 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 7 Oct 2004 22:54:18 +0000 (22:54 +0000)
modules/access/dvb/access.c

index 3df76f713becd9708280b74d99d8a9c4a3e3c456..8a3515af527fbb2ccfef728eb17f9a2afaf97b29 100644 (file)
@@ -52,9 +52,6 @@ static void Close( vlc_object_t *p_this );
     "Allows you to modify the default caching value for dvb streams. This " \
     "value should be set in millisecond units." )
 
-#define PROGRAM_TEXT N_("Program to decode")
-#define PROGRAM_LONGTEXT N_("This is a workaround for a bug in the input")
-
 #define ADAPTER_TEXT N_("Adapter card to tune")
 #define ADAPTER_LONGTEXT N_("Adapter cards have a device file in directory named /dev/dvb/adapter[n] with n>=0.")