Commit 9a341092 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix stray line in Qt menu used by skins2

parent f41379c2
...@@ -974,7 +974,6 @@ void VLCMenuBar::MiscPopupMenu( intf_thread_t *p_intf, bool show ) ...@@ -974,7 +974,6 @@ void VLCMenuBar::MiscPopupMenu( intf_thread_t *p_intf, bool show )
menu = new QMenu(); menu = new QMenu();
if( p_input ) if( p_input )
{ {
varnames.append( "audio-es" );
InputAutoMenuBuilder( p_input, objects, varnames ); InputAutoMenuBuilder( p_input, objects, varnames );
menu->addSeparator(); menu->addSeparator();
} }
......
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