[vlc-devel] commit: Remove http shortcut from LUA ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jan 6 21:01:47 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan  6 22:00:31 2010 +0200| [4e77528cbbb723620625515f1de30497d9a27ec4] | committer: Rémi Denis-Courmont 

Remove http shortcut from LUA

LUA http is bugggy and polls the system every second.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e77528cbbb723620625515f1de30497d9a27ec4
---

 modules/misc/lua/vlc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/misc/lua/vlc.c b/modules/misc/lua/vlc.c
index ca48ad6..d262290 100644
--- a/modules/misc/lua/vlc.c
+++ b/modules/misc/lua/vlc.c
@@ -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" )




More information about the vlc-devel mailing list