[vlc-commits] [Git][videolan/vlc][master] lua: input: remove unused variable
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Wed Apr 27 16:07:08 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
fe7a43f9 by Alexandre Janniaux at 2022-04-27T15:38:51+00:00
lua: input: remove unused variable
Unused since commit 80dd05f9215ce2487b9feb431138575e4ca74962.
- - - - -
1 changed file:
- modules/lua/libs/input.c
Changes:
=====================================
modules/lua/libs/input.c
=====================================
@@ -62,7 +62,6 @@ static input_item_t* vlclua_input_item_get_internal( lua_State *L );
static int vlclua_input_item_info( lua_State *L )
{
input_item_t *p_item = vlclua_input_item_get_internal( L );
- int i;
int i_cat = 0;
info_category_t *p_category;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fe7a43f967d2f44ba96ed0a8356f85128a4775c7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fe7a43f967d2f44ba96ed0a8356f85128a4775c7
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