Commit 88cfc80e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 71fb0693
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
*****************************************************************************/ *****************************************************************************/
static int vlclua_sd_get_services_names( lua_State *L ) static int vlclua_sd_get_services_names( lua_State *L )
{ {
vlc_object_t *p_this = vlclua_get_this( L );
char **ppsz_longnames; char **ppsz_longnames;
char **ppsz_names = vlc_sd_GetNames( &ppsz_longnames ); char **ppsz_names = vlc_sd_GetNames( &ppsz_longnames );
if( !ppsz_names ) if( !ppsz_names )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment