]> git.sesse.net Git - vlc/blobdiff - modules/lua/vlc.h
Lua: remove write-only set_intf()
[vlc] / modules / lua / vlc.h
index 8273fbd07a9891bf6d7891d66601d75de4f84fab..a0bbb1cd20504736f7e93a6e2a33b30be42cd6fc 100644 (file)
@@ -113,9 +113,6 @@ void vlclua_set_this( lua_State *, vlc_object_t * );
 #define vlclua_set_this(a, b) vlclua_set_this(a, VLC_OBJECT(b))
 vlc_object_t * vlclua_get_this( lua_State * );
 
-struct intf_sys_t;
-void vlclua_set_intf( lua_State *, struct intf_sys_t * );
-
 /*****************************************************************************
  * Lua function bridge
  *****************************************************************************/