Commit b3f85839 authored by Jean-Philippe André's avatar Jean-Philippe André

Lua: remove 'http' shortcut.

Since 6bb9f299 (or master/1834c5a73e) it was not possible to load
luahttp using this shortcut anyway.
(cherry picked from commit 4d429b613e427f49a272185dcc26c7d03e7243c7)
Signed-off-by: default avatarJean-Philippe André <jpeg@videolan.org>
parent f91eea1e
......@@ -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 )
......
......@@ -76,7 +76,7 @@ vlc_module_begin ()
set_description( N_("Interfaces implemented using lua scripts") )
add_shortcut( "luaintf" )
add_shortcut( "luahttp" )
add_shortcut( "http" )
/* add_shortcut( "http" ) */
add_shortcut( "luatelnet" )
add_shortcut( "telnet" )
add_shortcut( "luahotkeys" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment