vlc | branch: master | Filip Roséen <[email protected]> | Sat Feb 25 07:38:59 2017 
+0100| [78f6276dd570e74a2520a0544240c60e1603fbfc] | committer: Jean-Baptiste 
Kempf

gui/qt: info_panels: remove comments containing legacy code

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

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78f6276dd570e74a2520a0544240c60e1603fbfc
---

 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 6e2fdce..9341c90 100644
--- a/modules/gui/qt/components/info_panels.cpp
+++ b/modules/gui/qt/components/info_panels.cpp
@@ -240,7 +240,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 a80d392..57d6f25 100644
--- a/modules/gui/qt/components/info_panels.hpp
+++ b/modules/gui/qt/components/info_panels.hpp
@@ -71,7 +71,6 @@ private:
 
     QTextEdit *description_text;
     QLineEdit *date_text;
-//    QLineEdit *setting_text;
     QLineEdit *language_text;
     QLineEdit *nowplaying_text;
     QLineEdit *publisher_text;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to