Commit 37bda6a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lua: remove dead code

parent ee308e59
......@@ -78,11 +78,6 @@ void vlclua_set_intf( lua_State *L, intf_sys_t *p_intf )
vlclua_set_object( L, vlclua_set_intf, p_intf );
}
static intf_sys_t * vlclua_get_intf( lua_State *L )
{
return vlclua_get_object( L, vlclua_set_intf );
}
/*****************************************************************************
* VLC error code translation
*****************************************************************************/
......
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