]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/infopanels.hpp
Disables some useless metadata in infopanel dialog
[vlc] / modules / gui / qt4 / components / infopanels.hpp
index acd43a386d48a8f96878b770b0423525b97597f3..11c17147b1680d32e525ffc846489529cc36619e 100644 (file)
@@ -63,16 +63,17 @@ private:
     QLineEdit *title_text;
     QLineEdit *artist_text;
     QLineEdit *genre_text;
-    QLineEdit *copyright_text;
+//    QLineEdit *copyright_text;
     QLineEdit *collection_text;
     QSpinBox *seqnum_text;
-    QLineEdit *description_text;
+//    QLineEdit *description_text;
     QSpinBox *rating_text;
     QSpinBox *date_text;
-    QLineEdit *setting_text;
+//    QLineEdit *setting_text;
     QLineEdit *language_text;
-    QLineEdit *nowplaying_text;
-    QLineEdit *publisher_text;
+//    QLineEdit *nowplaying_text;
+//    QLineEdit *publisher_text;
+//    QLineEdit *encodedby_text;
     QLabel *art_cover;
     bool in_edit;