mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 04:04:45 +08:00
lua: remove dead code
This commit is contained in:
parent
ee308e599c
commit
37bda6a0da
@ -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
|
||||
*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user