]> git.sesse.net Git - vlc/commitdiff
Fix silly [8666615cc]
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Sep 2008 23:09:53 +0000 (00:09 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 6 Sep 2008 13:24:26 +0000 (14:24 +0100)
src/libvlc-module.c

index ccd22c0747f8de7f9329a4e7f2a501ad6159e921..e39df12ca8b5172d82ddbf1209e2c1e20efb6d52 100644 (file)
@@ -2556,7 +2556,6 @@ vlc_module_begin();
         change_unsaveable();
     add_bool( "list-verbose", false, NULL, LIST_VERBOSE_TEXT, "",
               false );
-        change_short( 'L' );
         change_internal();
         change_unsaveable();
     add_string( "module", NULL, NULL, MODULE_TEXT, "", false );