[vlc-devel] [PATCH 4/7] gui/qt: info_panels: remove comments containing legacy code

Filip Roséen filip at atch.se
Sat Feb 25 07:38:59 CET 2017


These two lines were commented out by 9794062c2b1 and has remained
untouched since aug 2007.

--

 - http://git.videolan.org/?p=vlc.git;a=commit;h=9794062c2b1
---
 modules/gui/qt/components/info_panels.cpp | 1 -
 modules/gui/qt/components/info_panels.hpp | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modules/gui/qt/components/info_panels.cpp b/modules/gui/qt/components/info_panels.cpp
index c8825c179e..cf695374c7 100644
--- a/modules/gui/qt/components/info_panels.cpp
+++ b/modules/gui/qt/components/info_panels.cpp
@@ -239,7 +239,6 @@ void MetaPanel::update( input_item_t *p_item )
     UPDATE_META( Date, date_text );
     UPDATE_META( TrackNum, seqnum_text );
     UPDATE_META( TrackTotal, seqtot_text );
-//    UPDATE_META( Setting, setting_text );
 
     /* Now Playing || ES Now Playing */
     psz_meta = input_item_GetNowPlayingFb( p_item );
diff --git a/modules/gui/qt/components/info_panels.hpp b/modules/gui/qt/components/info_panels.hpp
index 189e75dcf2..f194a1c396 100644
--- a/modules/gui/qt/components/info_panels.hpp
+++ b/modules/gui/qt/components/info_panels.hpp
@@ -70,7 +70,6 @@ private:
 
     QTextEdit *description_text;
     QLineEdit *date_text;
-//    QLineEdit *setting_text;
     QLineEdit *language_text;
     QLineEdit *nowplaying_text;
     QLineEdit *publisher_text;
-- 
2.11.1



More information about the vlc-devel mailing list