[vlc-commits] [Git][videolan/vlc][master] lua: remove dead code

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu May 12 16:04:13 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
0ce6dd21 by Rémi Denis-Courmont at 2022-05-12T15:45:52+00:00
lua: remove dead code

- - - - -


2 changed files:

- modules/lua/intf.c
- modules/lua/vlc.h


Changes:

=====================================
modules/lua/intf.c
=====================================
@@ -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" );


=====================================
modules/lua/vlc.h
=====================================
@@ -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 * );
 
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ce6dd21562792056b6722949585298639322b58

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ce6dd21562792056b6722949585298639322b58
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list