vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Aug 15 19:09:21 2010 +0300| [2af9bf569c8c521b52d702badcb69b977462bc35] | committer: Rémi Denis-Courmont
LUA: disable hotkeys interface > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=2af9bf569c8c521b52d702badcb69b977462bc35 --- modules/misc/lua/intf.c | 2 +- share/Makefile.am | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/modules/misc/lua/intf.c b/modules/misc/lua/intf.c index bbed53b..eb87685 100644 --- a/modules/misc/lua/intf.c +++ b/modules/misc/lua/intf.c @@ -73,7 +73,7 @@ static const struct } pp_shortcuts[] = { { "luarc", "rc" }, { "rc", "rc" }, - { "luahotkeys", "hotkeys" }, + /* { "luahotkeys", "hotkeys" }, */ /* { "hotkeys", "hotkeys" }, */ { "luatelnet", "telnet" }, { "telnet", "telnet" }, diff --git a/share/Makefile.am b/share/Makefile.am index 046f9fb..4254ae5 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -210,7 +210,6 @@ nobase_vlclib_DATA = \ lua/extensions/allocine-fr.luac \ lua/intf/dummy.luac \ lua/intf/dumpmeta.luac \ - lua/intf/hotkeys.luac \ lua/intf/luac.luac \ lua/intf/modules/common.luac \ lua/intf/modules/host.luac \ @@ -267,7 +266,6 @@ EXTRA_DIST += \ lua/intf/README.txt \ lua/intf/dummy.lua \ lua/intf/dumpmeta.lua \ - lua/intf/hotkeys.lua \ lua/intf/http.lua \ lua/intf/luac.lua \ lua/intf/modules/common.lua \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
