Skip to content
Snippets Groups Projects
Commit fe7a43f9 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Rémi Denis-Courmont
Browse files

lua: input: remove unused variable

Unused since commit 80dd05f9.
parent b0dfd664
No related branches found
No related tags found
1 merge request!1838lua: input: remove unused variable
Pipeline #215340 passed with stages
in 23 minutes and 50 seconds
......@@ -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;
......
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