]> git.sesse.net Git - vlc/commitdiff
libvlc.h: Remove --audio-type which was never used according to grep
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Wed, 8 Dec 2004 16:46:52 +0000 (16:46 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Wed, 8 Dec 2004 16:46:52 +0000 (16:46 +0000)
src/libvlc.h

index 8d00c5b1ba7c8bca1a6353d5f12b760c013b2d34..f5e6906f3de866ffee02b54e66aa6a1307c0a8ec 100644 (file)
@@ -295,11 +295,6 @@ static char *ppsz_align_descriptions[] =
     "Choose the programs to select by giving a comma-separated list of " \
     "SIDs.")
 
-#define INPUT_AUDIO_TEXT N_("Choose audio")
-#define INPUT_AUDIO_LONGTEXT N_( \
-    "Give the default type of audio you want to use in a DVD. " \
-    "(Developers only)")
-
 #define INPUT_CHAN_TEXT N_("Choose audio channel")
 #define INPUT_CHAN_LONGTEXT N_( \
     "Give the stream number of the audio channel you want to use in a DVD " \
@@ -936,8 +931,6 @@ vlc_module_begin();
                  INPUT_PROGRAM_TEXT, INPUT_PROGRAM_LONGTEXT, VLC_TRUE );
     add_string( "programs", "", NULL,
                 INPUT_PROGRAMS_TEXT, INPUT_PROGRAMS_LONGTEXT, VLC_FALSE );
-    add_integer( "audio-type", -1, NULL,
-                 INPUT_AUDIO_TEXT, INPUT_AUDIO_LONGTEXT, VLC_TRUE );
     add_integer( "audio-channel", -1, NULL,
                  INPUT_CHAN_TEXT, INPUT_CHAN_LONGTEXT, VLC_FALSE );
     add_integer( "spu-channel", -1, NULL,