Commit 78e0f035 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Lua: do not call luaopen_volume() twice for interfaces

parent 6766179f
...@@ -250,7 +250,6 @@ static int Start_LuaIntf( vlc_object_t *p_this, const char *name ) ...@@ -250,7 +250,6 @@ static int Start_LuaIntf( vlc_object_t *p_this, const char *name )
/* register submodules */ /* register submodules */
luaopen_config( L ); luaopen_config( L );
luaopen_volume( L );
luaopen_httpd( L ); luaopen_httpd( L );
luaopen_input( L ); luaopen_input( L );
luaopen_msg( L ); luaopen_msg( L );
......
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