]> git.sesse.net Git - vlc/commitdiff
Remove http shortcut from LUA
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 6 Jan 2010 20:00:31 +0000 (22:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 6 Jan 2010 20:01:29 +0000 (22:01 +0200)
LUA http is bugggy and polls the system every second.

modules/misc/lua/vlc.c

index ca48ad681e4f5f889e2e3fbe539eab37ac8c08be..d2622908ef15f6a2b478d51e67029d13d0702c1f 100644 (file)
@@ -83,7 +83,6 @@ vlc_module_begin ()
         set_description( N_("Lua Interface Module") )
         add_shortcut( "luaintf" )
         add_shortcut( "luahttp" )
-        add_shortcut( "http" )
         add_shortcut( "luatelnet" )
         add_shortcut( "telnet" )
         add_shortcut( "luahotkeys" )