]> git.sesse.net Git - vlc/blobdiff - modules/lua/libs/misc.c
Lua: remove write-only set_intf()
[vlc] / modules / lua / libs / misc.c
index 2f0d4dc429c6e4edb2d4b52bcdaf75e208f9cf82..b2e0839ae03569d14ca1b701fba4729773290a91 100644 (file)
@@ -73,11 +73,6 @@ vlc_object_t * vlclua_get_this( lua_State *L )
     return vlclua_get_object( L, vlclua_set_this );
 }
 
-void vlclua_set_intf( lua_State *L, intf_sys_t *p_intf )
-{
-    vlclua_set_object( L, vlclua_set_intf, p_intf );
-}
-
 /*****************************************************************************
  * VLC error code translation
  *****************************************************************************/