]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/intf.c
Lua: remove 'http' shortcut.
[vlc] / modules / misc / lua / intf.c
index 7e361137f64ad694826a243b6c87ff65546ea42c..fcd64b915a7cac627aa1aeed05b61251da2ca332 100644 (file)
@@ -78,6 +78,7 @@ static const struct
     { "luatelnet", "telnet" },
     { "telnet", "telnet" },
     { "luahttp", "http" },
+    /* { "http", "http" }, */
     { NULL, NULL } };
 
 static const char *WordInList( const char *psz_list, const char *psz_word )