Commit 6f7916ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable

parent 7fd36323
......@@ -434,7 +434,6 @@ static void HtmlPrint( const msg_item_t *p_msg, FILE *p_file )
static void DoRRD( intf_thread_t *p_intf )
{
playlist_t *p_playlist;
float f_input_bitrate;
if( mdate() - p_intf->p_sys->last_update < 1000000 )
return;
p_intf->p_sys->last_update = mdate();
......
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