Skip to content
Snippets Groups Projects
Commit 0ce6dd21 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

lua: remove dead code

parent 4417cfc6
No related branches found
No related tags found
1 merge request!1904lua: remove dead code
Pipeline #220216 passed with stage
in 18 minutes and 19 seconds
......@@ -424,11 +424,6 @@ int Open_LuaHTTP( vlc_object_t *p_this )
return Start_LuaIntf( p_this, "http" );
}
int Open_LuaCLI( vlc_object_t *p_this )
{
return Start_LuaIntf( p_this, "cli" );
}
int Open_LuaTelnet( vlc_object_t *p_this )
{
char *pw = var_CreateGetNonEmptyString( p_this, "telnet-password" );
......
......@@ -80,7 +80,6 @@ void Close_LuaPlaylist( vlc_object_t * );
int Open_LuaIntf( vlc_object_t * );
void Close_LuaIntf( vlc_object_t * );
int Open_LuaHTTP( vlc_object_t * );
int Open_LuaCLI( vlc_object_t * );
int Open_LuaTelnet( vlc_object_t * );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment