[vlc-commits] Qt: infopanels: remove unused variable
Francois Cartegnie
git at videolan.org
Tue May 17 16:47:21 CEST 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue May 17 16:40:40 2016 +0200| [468cec761e9a5431ab155b519e5051229e598c7f] | committer: Francois Cartegnie
Qt: infopanels: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=468cec761e9a5431ab155b519e5051229e598c7f
---
modules/gui/qt/components/info_panels.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/gui/qt/components/info_panels.cpp b/modules/gui/qt/components/info_panels.cpp
index f74301e..45f6b35 100644
--- a/modules/gui/qt/components/info_panels.cpp
+++ b/modules/gui/qt/components/info_panels.cpp
@@ -465,8 +465,6 @@ InfoPanel::InfoPanel( QWidget *parent ) : QWidget( parent )
{
QGridLayout *layout = new QGridLayout(this);
- QList<QTreeWidgetItem *> items;
-
QLabel *topLabel = new QLabel( qtr( "Information about what your media or"
" stream is made of.\nMuxer, Audio and Video Codecs, Subtitles "
"are shown." ) );
More information about the vlc-commits
mailing list