[vlc-commits] skins2: fix stray line in Qt menu used by skins2
Erwan Tulou
git at videolan.org
Sat Jun 22 12:19:06 CEST 2013
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Jun 22 12:06:44 2013 +0200| [9a34109217607e159cd984bb3f8c5a0f4d8f5630] | committer: Erwan Tulou
skins2: fix stray line in Qt menu used by skins2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a34109217607e159cd984bb3f8c5a0f4d8f5630
---
modules/gui/qt4/menus.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index d93c8c0..f9d5e85 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -974,7 +974,6 @@ void VLCMenuBar::MiscPopupMenu( intf_thread_t *p_intf, bool show )
menu = new QMenu();
if( p_input )
{
- varnames.append( "audio-es" );
InputAutoMenuBuilder( p_input, objects, varnames );
menu->addSeparator();
}
More information about the vlc-commits
mailing list