[vlc-commits] Lua: do not call luaopen_volume() twice for interfaces
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Jan  5 12:44:58 CET 2014
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan  5 13:21:39 2014 +0200| [78e0f0351a01a728dfeb7c10a3665ca292c0a6e4] | committer: Rémi Denis-Courmont
Lua: do not call luaopen_volume() twice for interfaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78e0f0351a01a728dfeb7c10a3665ca292c0a6e4
---
 modules/lua/intf.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/lua/intf.c b/modules/lua/intf.c
index fa086d8..5df4492 100644
--- a/modules/lua/intf.c
+++ b/modules/lua/intf.c
@@ -250,7 +250,6 @@ static int Start_LuaIntf( vlc_object_t *p_this, const char *name )
 
     /* register submodules */
     luaopen_config( L );
-    luaopen_volume( L );
     luaopen_httpd( L );
     luaopen_input( L );
     luaopen_msg( L );
    
    
More information about the vlc-commits
mailing list