]> git.sesse.net Git - vlc/commitdiff
Forgotten in 208d017e7c250518e1601a9610cec0866012ca37 : remove m3u-extvlcopt
authorRafaël Carré <funman@videolan.org>
Mon, 24 Mar 2008 03:20:14 +0000 (03:20 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 24 Mar 2008 03:20:14 +0000 (03:20 +0000)
modules/demux/playlist/playlist.c

index 518791a21effb65edf89fd6e664e5c67cd49d8b7..169fa559a3e3db78a90a79664554d580bb9b85e4 100644 (file)
 #define SKIP_ADS_LONGTEXT N_( "Use playlist options usually used to prevent " \
     "ads skipping to detect ads and prevent adding them to the playlist." )
 
-#define EXTVLCOPT_TEXT N_( "Enable parsing of EXTVLCOPT: options" )
-#define EXTVLCOPT_LONGTEXT N_( "Enable parsing of EXTVLCOPT: options in m3u " \
-    "playlists. This option is default disabled to prevent untrusted sources " \
-    "using VLC options without the user's knowledge." )
-
 vlc_module_begin();
     add_shortcut( "playlist" );
     set_category( CAT_INPUT );
@@ -74,8 +69,6 @@ vlc_module_begin();
         set_description( _("M3U playlist import") );
         add_shortcut( "m3u-open" );
         set_capability( "demux2", 10 );
-        add_bool( "m3u-extvlcopt", VLC_FALSE, NULL,
-                  EXTVLCOPT_TEXT, EXTVLCOPT_LONGTEXT, VLC_FALSE );
         set_callbacks( E_(Import_M3U), E_(Close_M3U) );
     add_submodule();
         set_description( _("PLS playlist import") );