[vlc-commits] Revert "lua: extensions: Expose misc namespace"
Hugo Beauzée-Luyssen
git at videolan.org
Mon Apr 9 17:01:58 CEST 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr 6 12:47:53 2018 +0200| [3cf17f4cc2d238ff8792b0609ac901aa2e05a0d3] | committer: Hugo Beauzée-Luyssen
Revert "lua: extensions: Expose misc namespace"
This reverts commit 7bbc232c694017e33b5bf7c236fd76eb58976ceb.
The commit was a revert of 52d4b4bb1c4e919dd1f273995aea8343b83fbfaf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cf17f4cc2d238ff8792b0609ac901aa2e05a0d3
---
modules/lua/extension.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/lua/extension.c b/modules/lua/extension.c
index e53854ef4b..10ec8c82cc 100644
--- a/modules/lua/extension.c
+++ b/modules/lua/extension.c
@@ -852,7 +852,6 @@ static lua_State* GetLuaState( extensions_manager_t *p_mgr,
luaopen_vlm( L );
luaopen_volume( L );
luaopen_xml( L );
- luaopen_misc( L );
#if defined(_WIN32) && !VLC_WINSTORE_APP
luaopen_win( L );
#endif
More information about the vlc-commits
mailing list