Commit 9146b77e authored by Rémi Duraffort's avatar Rémi Duraffort

Remove stupid test commited by error (pointed out by jb)

parent 737ec46d
......@@ -186,7 +186,6 @@ void MetaPanel::update( input_item_t *p_item )
/* Name / Title */
psz_meta = input_item_GetTitle( p_item );
psz_meta = input_item_GetTitle( p_item );
char *psz_name = input_item_GetName( p_item );
if( !EMPTY_STR( psz_meta ) )
title_text->setText( qfu( psz_meta ) );
......
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