lua: remove dead code

This commit is contained in:
Rémi Denis-Courmont 2013-03-24 18:15:31 +02:00
parent ee308e599c
commit 37bda6a0da

View File

@ -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
*****************************************************************************/