[vlc-devel] commit: Qt: do we really need the days configuration for updates at first start? ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Mar 8 18:14:09 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar  7 01:02:58 2009 +0100| [dbb37c44eca8711e00be0f88d9a0192277b2d700] | committer: Jean-Baptiste Kempf 

Qt: do we really need the days configuration for updates at first start?

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

 modules/gui/qt4/main_interface.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 5467562..dabfa17 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -564,7 +564,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> *controls )
     CONFIG_GENERIC( "album-art", IntegerList ); line++;
 #ifdef UPDATE_CHECK
     CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
-    CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;
 #endif
 
     QPushButton *ok = new QPushButton( qtr( "OK" ) );




More information about the vlc-devel mailing list