vlc | branch: master | Francois Cartegnie <[email protected]> | 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." ) ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
