Commit d7ee68a7 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove unused variables

parent a63d4a77
......@@ -203,7 +203,7 @@ void history_PruneAndInsert( history_t *p_history, history_item_t *p_item )
unsigned int history_Count( history_t *p_history )
{
int i_count;
unsigned int i_count;
xarray_Count( p_history->p_xarray, &i_count );
return i_count;
}
......
......@@ -818,8 +818,6 @@ static int DisplayAnchor( intf_thread_t *p_intf,
if( p_vout )
{
text_style_t *p_style = NULL;
if( psz_anchor_url )
{
/* Should display subtitle underlined and in blue, but it looks
......@@ -841,7 +839,6 @@ static int DisplayAnchor( intf_thread_t *p_intf,
{
return VLC_EGENERIC;
}
}
else
{
......
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